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

Commit 4c258185 authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

Add secure settings for Ambient Display pick up and double tap gestures. am: 6403b405

am: 6591ac63

Change-Id: I67f40251da88b4e2161a1ff591cc1383079013c0
parents b63da251 6591ac63
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -5965,6 +5965,18 @@ public final class Settings {
         */
        public static final String DOZE_ENABLED = "doze_enabled";

        /**
         * Whether the device should pulse on pick up gesture.
         * @hide
         */
        public static final String DOZE_PULSE_ON_PICK_UP = "doze_pulse_on_pick_up";

        /**
         * Whether the device should pulse on double tap gesture.
         * @hide
         */
        public static final String DOZE_PULSE_ON_DOUBLE_TAP = "doze_pulse_on_double_tap";

        /**
         * The current night mode that has been selected by the user.  Owned
         * and controlled by UiModeManagerService.  Constants are as per
@@ -6450,6 +6462,9 @@ public final class Settings {
            CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED,
            SYSTEM_NAVIGATION_KEYS_ENABLED,
            QS_TILES,
            DOZE_ENABLED,
            DOZE_PULSE_ON_PICK_UP,
            DOZE_PULSE_ON_DOUBLE_TAP
        };

        /**