mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-13 20:21:35 +02:00
Use singleTop launchMode for SDLActivity on Android
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
<activity android:name="SDLActivity"
|
||||
android:label="@string/app_name"
|
||||
android:alwaysRetainTaskState="true"
|
||||
android:launchMode="singleInstance"
|
||||
android:launchMode="singleTop"
|
||||
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
|
||||
android:preferMinimalPostProcessing="true"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user