Fixed Samsung multiwindow mode, apps can be started at any order now

This commit is contained in:
pelya
2015-01-01 22:53:14 +02:00
parent f482591bea
commit 8834abfcd3
6 changed files with 166 additions and 7 deletions

View File

@@ -30,6 +30,14 @@
<!-- ==GOOGLEPLAYGAMESERVICES== --> <meta-data android:name="com.google.android.gms.appstate.APP_ID" android:value="@string/google_play_game_services_app_id" />
<!-- ==GOOGLEPLAYGAMESERVICES== --> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true" /> <!-- Samsung's multiwindow -->
<activity android:name=".RestartMainActivity"
android:label="@string/app_name"
android:alwaysRetainTaskState="true"
android:launchMode="singleTask"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection"
android:windowSoftInputMode="stateUnspecified"
android:process=":RestartMainActivity"
/>
</application>
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="21"/>