Loading core/java/android/provider/Settings.java +8 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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 Loading Loading
core/java/android/provider/Settings.java +8 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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 Loading