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

Commit 80274caf authored by Philip Quinn's avatar Philip Quinn
Browse files

Add Secure setting for the assist gesture's sensitivity.

Test: make
Change-Id: I458419fce5ef092780220cdef99621d5eb251623
parent 1e24da7e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6742,6 +6742,13 @@ public final class Settings {
         */
        public static final String ASSIST_GESTURE_ENABLED = "assist_gesture_enabled";

        /**
         * Sensitivity control for the assist gesture.
         *
         * @hide
         */
        public static final String ASSIST_GESTURE_SENSITIVITY = "assist_gesture_sensitivity";

        /**
         * Control whether Night display is currently activated.
         * @hide
@@ -7001,6 +7008,7 @@ public final class Settings {
            NFC_PAYMENT_DEFAULT_COMPONENT,
            AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN,
            ASSIST_GESTURE_ENABLED,
            ASSIST_GESTURE_SENSITIVITY,
            VR_DISPLAY_MODE
        };