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

Commit c0d8f035 authored by Jim Miller's avatar Jim Miller
Browse files

Fix for 2133391: Allow menu hard key to be disabled in LockScreen on some devices

parent ffc16544
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -146,7 +146,11 @@

    <!-- Display low battery warning when battery level dips to this value -->
    <integer name="config_lowBatteryWarningLevel">15</integer>

    <!-- Close low battery warning when battery level reaches this value -->
    <integer name="config_lowBatteryCloseWarningLevel">20</integer>

    <!-- Allow the menu hard key to be disabled in LockScreen on some devices -->
    <bool name="config_disableMenuKeyInLockScreen">false</bool>

</resources>