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

Commit 80939374 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add assist gesture silence and wake settings

Bug: 37427306

Test: make -j56
Change-Id: I36da4d689a2aecf0cdd5e0549ede6d3e31f0e630
parent e15da264
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -6802,6 +6802,22 @@ public final class Settings {
         */
        public static final String ASSIST_GESTURE_SENSITIVITY = "assist_gesture_sensitivity";

        /**
         * Whether the assist gesture should silence alerts.
         *
         * @hide
         */
        public static final String ASSIST_GESTURE_SILENCE_ALERTS_ENABLED =
                "assist_gesture_silence_alerts_enabled";

        /**
         * Whether the assist gesture should wake the phone.
         *
         * @hide
         */
        public static final String ASSIST_GESTURE_WAKE_ENABLED =
                "assist_gesture_wake_enabled";

        /**
         * Whether Assist Gesture Deferred Setup has been completed
         *
@@ -7096,6 +7112,9 @@ public final class Settings {
            AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN,
            ASSIST_GESTURE_ENABLED,
            ASSIST_GESTURE_SENSITIVITY,
            ASSIST_GESTURE_SETUP_COMPLETE,
            ASSIST_GESTURE_SILENCE_ALERTS_ENABLED,
            ASSIST_GESTURE_WAKE_ENABLED,
            VR_DISPLAY_MODE,
            NOTIFICATION_BADGING
        };