退后台顶部activity被移除修改

This commit is contained in:
liujing
2021-08-25 14:13:06 +08:00
parent 48c22a391e
commit 45666f5bd0

View File

@@ -13,7 +13,7 @@
android:clearTaskOnLaunch="true"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize"
android:enabled="true"
android:launchMode="singleTask"
android:launchMode="singleTop"
android:resizeableActivity="false"
android:resumeWhilePausing="true"
android:screenOrientation="landscape"