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

Commit a4c96aa2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I88bb16e6 into eclair

* changes:
  Fix for 2133391: Allow menu hard key to be disabled in LockScreen on some devices
parents dd49055a c0d8f035
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>