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

Commit 92a7e26c authored by Michael Webster's avatar Michael Webster
Browse files

Lockscreen gestures color setting

Allow user to choose the color for gestures on the lockscreen

Change-Id: I588620e2f5110119b9f04a9ebb66357fbbe93c96
parent c473a7ef
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -2383,6 +2383,12 @@ public final class Settings {
         */
        public static final String LOCKSCREEN_GESTURES_SENSITIVITY = "lockscreen_gestures_sensitivity";

        /**
         * Color value for gestures on lockscreen
         * @hide
         */
        public static final String LOCKSCREEN_GESTURES_COLOR = "lockscreen_gestures_color";

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.
@@ -2464,7 +2470,8 @@ public final class Settings {
            QUIET_HOURS_MUTE,
            QUIET_HOURS_STILL,
            QUIET_HOURS_DIM,
            LOCKSCREEN_GESTURES_SENSITIVITY
            LOCKSCREEN_GESTURES_SENSITIVITY,
            LOCKSCREEN_GESTURES_COLOR
        };

        // Settings moved to Settings.Secure