Set activity launch mode as single task
This commit is contained in:
parent
f85f345bdf
commit
7ab4edf8d4
@ -17,6 +17,7 @@
|
||||
|
||||
<activity android:name="android.app.NativeActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|uiMode"
|
||||
android:screenOrientation="sensorLandscape">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user