Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6046f26c authored by Brad Hinegardner's avatar Brad Hinegardner
Browse files

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
parent 988d98ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>