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

Commit 4d4f3468 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable automatic switching to guest."

parents 7d84a0bd 18fe7f31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    <!-- Number of milliseconds user can spend driving with the keyguard up. After that, we switch to Guest. -->
    <!-- If the number is negative, the feature is disabled.
         If it's zero, we switch to guest immediately as we start driving. -->
    <integer name="driving_on_keyguard_timeout_ms">30000</integer>
    <integer name="driving_on_keyguard_timeout_ms">-1</integer>

    <!--Percentage of the screen height, from the bottom, that a notification panel being
    partially closed at will result in it remaining open if released-->