Allow User Switcher to always be able to be launched in lockTaskMode

Bug: b/257493384
Test: manual; lock down child user, tap user switcher chip
Test: manual; check animations of user switcher while not in lockTaskMode
Change-Id: I94a653432a0c9a3e9882123d03ff6162bed0b463
This commit is contained in:
Brad Hinegardner
2023-03-09 12:28:07 -05:00
parent 988d98eca1
commit 6046f26c3c

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>