diff options
| author | 2024-12-11 13:34:22 -0800 | |
|---|---|---|
| committer | 2024-12-11 13:34:22 -0800 | |
| commit | 3db1313e4c37c71bbc58076bc73804f49eedbbde (patch) | |
| tree | 3b4420bf7522077acdc9b72e55c0b34d32e4b721 | |
| parent | 69fe63d28343dac58e3d4dcb6105f06e488d5cc8 (diff) | |
| parent | 86b8c1db342d3f7af235639976a9d448f69bff27 (diff) | |
Merge "Update default user switcher to false" into main
| -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> |