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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15684417

Change-Id: Ief506025a52400a98db154d82acd3bb35d5d53a6
This commit is contained in:
Ben Murdoch
2021-08-27 10:47:02 +00:00
committed by Automerger Merge Worker

View File

@@ -51,5 +51,10 @@
<!-- If true, show multiuser switcher by default unless the user specifically disables it. -->
<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>