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

Commit 3102f311 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Lockscreen gestures color setting" into froyo

parents 1d1a8c79 92a7e26c
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