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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user