TF-1569 Fix android system keeps showing an app that run at background

(cherry picked from commit 17ecae939e296faf5309d9d9cf4b839d2160aa11)
This commit is contained in:
dab246
2023-03-30 11:06:59 +07:00
committed by Dat Vu
parent 6d4e9ac238
commit a7b5ac6b5c
-2
View File
@@ -43,8 +43,6 @@
<activity
android:name=".MainActivity"
android:exported="true"
android:showWhenLocked="true"
android:turnScreenOn="true"
android:launchMode="singleTask"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"