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

Commit a654fdd2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Secure setting for the assist gesture's sensitivity."

parents 83c4712a 80274caf
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
        };