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

Commit 86b8c1db authored by Matt Pietal's avatar Matt Pietal
Browse files

Update default user switcher to false

This feature is no longer used as intended, and needs to be disabled
for every device. Change the default value to false.

Bug: 383579270
Test: N/A
Flag: EXEMPT bugfix
Change-Id: Id729c6e8fbaa5c1be8d909617322399a9eeaceba
parent bd2ba9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -47,7 +47,7 @@
    <bool name="config_navBarCanMove">false</bool>
    <bool name="config_navBarCanMove">false</bool>


    <!-- Set to true to enable the user switcher on the keyguard. -->
    <!-- Set to true to enable the user switcher on the keyguard. -->
    <bool name="config_keyguardUserSwitcher">true</bool>
    <bool name="config_keyguardUserSwitcher">false</bool>


    <!-- If true, show multiuser switcher by default unless the user specifically disables it. -->
    <!-- If true, show multiuser switcher by default unless the user specifically disables it. -->
    <bool name="config_showUserSwitcherByDefault">true</bool>
    <bool name="config_showUserSwitcherByDefault">true</bool>