Loading core/java/android/provider/Settings.java +2 −0 Original line number Diff line number Diff line Loading @@ -3593,11 +3593,13 @@ public final class Settings { /** * Whether lock pattern will show dots (0 = false, 1 = true) * @hide */ public static final String LOCK_DOTS_VISIBLE = "lock_pattern_dotsvisible"; /** * Whether lockscreen error pattern is visible (0 = false, 1 = true) * @hide */ public static final String LOCK_SHOW_ERROR_PATH = "lock_pattern_show_error_path"; Loading Loading
core/java/android/provider/Settings.java +2 −0 Original line number Diff line number Diff line Loading @@ -3593,11 +3593,13 @@ public final class Settings { /** * Whether lock pattern will show dots (0 = false, 1 = true) * @hide */ public static final String LOCK_DOTS_VISIBLE = "lock_pattern_dotsvisible"; /** * Whether lockscreen error pattern is visible (0 = false, 1 = true) * @hide */ public static final String LOCK_SHOW_ERROR_PATH = "lock_pattern_show_error_path"; Loading