diff options
| -rw-r--r-- | core/res/res/values-sw600dp/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-sw600dp/config.xml b/core/res/res/values-sw600dp/config.xml index 34b6a54be493..0b0a4cb5cd17 100644 --- a/core/res/res/values-sw600dp/config.xml +++ b/core/res/res/values-sw600dp/config.xml @@ -47,7 +47,7 @@ <bool name="config_navBarCanMove">false</bool> <!-- 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. --> <bool name="config_showUserSwitcherByDefault">true</bool> |