build: use singleInstance as launchmode

This commit is contained in:
krille-chan 2025-04-08 18:50:38 +02:00
parent 8a1d313a5e
commit 04dbd16095
No known key found for this signature in database

View file

@ -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"