mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-12 03:37:56 +02:00
Use singleTop launchMode for SDLActivity on Android
This commit is contained in:
committed by
Sylvain Becker
parent
f40955cd00
commit
7f12b975bb
@@ -81,7 +81,7 @@
|
||||
<activity android:name="SDLActivity"
|
||||
android:label="@string/app_name"
|
||||
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:preferMinimalPostProcessing="true"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user