Open app in a single instance only and not on top if launched from other apps
OmarHatem committed
Dec 15, 2022 at 18:54 UTC
4be874113047fa981f1f81ae0242c062e9245555
1 file changed
+1
-1
android/app/src/main/AndroidManifestBase.xml
+1
-1
@@ -16,7 +16,7 @@
16
android:requestLegacyExternalStorage="true">
17
<activity
18
android:name=".MainActivity"
19
- android:launchMode="singleTop"
19
+ android:launchMode="singleInstance"
20
android:theme="@style/LaunchTheme"
21
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
22
android:hardwareAccelerated="true"