Merge "Default handed bouncer on for large screen devices." into sc-v2-dev

This commit is contained in:
Ben Murdoch
2021-08-27 10:33:55 +00:00
committed by Android (Google) Code Review

View File

@@ -51,5 +51,10 @@
<!-- 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>
<!-- Enable dynamic keyguard positioning for large-width screens. This will cause the keyguard
to be aligned to one side of the screen when in landscape mode. -->
<bool name="config_enableDynamicKeyguardPositioning">true</bool>
</resources> </resources>