Open app in a single instance only and not on top if launched from other apps

This commit is contained in:
OmarHatem 2022-12-15 18:54:12 +02:00
parent 4c9fd5db65
commit 4be8741130

View file

@ -16,7 +16,7 @@
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:launchMode="singleInstance"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"