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

Commit 93d55828 authored by Sam Mortimer's avatar Sam Mortimer Committed by Ricardo Cerqueira
Browse files

[2/2] Permit home button wake to be configurable

Change-Id: Ie52247d5c23c8f840ababc880dd41992049cefd1
parent 59028ace
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2960,6 +2960,12 @@ public final class Settings {
         */
        public static final String MENU_UNLOCK_SCREEN = "menu_unlock_screen";

        /**
         * Whether to wake the screen with the home key, the value is boolean.
         * @hide
         */
        public static final String HOME_WAKE_SCREEN = "home_wake_screen";

        /**
         * Whether to wake the screen with the volume keys, the value is boolean.
         * @hide