|
@@ -56,7 +56,7 @@
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
android:alwaysRetainTaskState="true"
|
|
android:alwaysRetainTaskState="true"
|
|
android:launchMode="singleInstance"
|
|
android:launchMode="singleInstance"
|
|
- android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
|
|
|
|
|
+ android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
|
|
>
|
|
>
|
|
<intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|