Merge "Allow User Switcher to always be able to be launched in lockTaskMode" into tm-qpr-dev

This commit is contained in:
Brad Hinegardner
2023-03-15 15:20:16 +00:00
committed by Android (Google) Code Review

View File

@@ -900,7 +900,7 @@
android:showWhenLocked="true"
android:showForAllUsers="true"
android:finishOnTaskLaunch="true"
android:lockTaskMode="if_whitelisted"
android:lockTaskMode="always"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:visibleToInstantApps="true">
</activity>