|
@@ -81,7 +81,7 @@
|
|
|
<activity android:name="SDLActivity"
|
|
<activity android:name="SDLActivity"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
android:alwaysRetainTaskState="true"
|
|
android:alwaysRetainTaskState="true"
|
|
|
- android:launchMode="singleInstance"
|
|
|
|
|
|
|
+ android:launchMode="singleTop"
|
|
|
android:configChanges="layoutDirection|locale|grammaticalGender|fontScale|fontWeightAdjustment|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
|
|
android:configChanges="layoutDirection|locale|grammaticalGender|fontScale|fontWeightAdjustment|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
|
|
|
android:preferMinimalPostProcessing="true"
|
|
android:preferMinimalPostProcessing="true"
|
|
|
android:exported="true"
|
|
android:exported="true"
|