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

Commit 834f7050 authored by codeworkx's avatar codeworkx
Browse files

settings: add missing @hide's

Change-Id: Ic67c0e151e84dbcadf5382a765ffd5c2a18483da
parent 402f0ac4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";