build: use singleInstance as launchmode
This commit is contained in:
parent
8a1d313a5e
commit
04dbd16095
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
>
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
android:hardwareAccelerated="true"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue