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

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

Add setting to enable ES while sleeping

Also changed code so that our contentObserver updates relevant ES
variables when settings are changed

Fixes: 37719853

Test: manual
Change-Id: I624fd5e6cec728ccb01d01b6a8779764aa418a6a
parent 84c00e39
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -6753,6 +6753,20 @@ public final class Settings {
         */
        public static final String ASSIST_GESTURE_SENSITIVITY = "assist_gesture_sensitivity";

        /**
         * Whether the assist gesture should be enabled during sleep
         *
         * @hide
         */
        public static final String ASSIST_GESTURE_ENABLED_SLEEP = "assist_gesture_enabled_sleep";

        /**
         * Whether assist gesture should be enabled in keyguard
         *
         * @hide
         */
        public static final String ASSIST_GESTURE_ENABLED_KEYGUARD = "assist_gesture_enabled_keyguard";

        /**
         * Control whether Night display is currently activated.
         * @hide