From 6046f26c3c3efd66101ea947432696aebe548593 Mon Sep 17 00:00:00 2001 From: Brad Hinegardner Date: Thu, 9 Mar 2023 12:28:07 -0500 Subject: [PATCH] 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 --- packages/SystemUI/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 71a82bf92f0c4..c307f3250c6ed 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -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">