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

Commit b258a28e authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Default handed bouncer on for large screen devices.

Bug: 193627496
Test: Manual
Change-Id: I1447622817cf821ab0ba1643365333789be0b3b2
parent 2907230d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>