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

Commit d3252e4e authored by Eric Biggers's avatar Eric Biggers
Browse files

Remove obsolete comment about isVisiblePatternEnabled()

The comment in LockPatternUtils#isVisiblePatternEnabled() was only
needed because there were two sources of truth for the default value.
Now that there is only one source of truth, it is not needed.

Bug: 270013005
Change-Id: Ia531f84bcedc957393f93222679efae848a82822
Merged-In: Ia531f84bcedc957393f93222679efae848a82822
(cherry picked from commit f62c4d38)
parent 7a6cfcc3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -986,9 +986,6 @@ public class LockPatternUtils {
     */
    @UnsupportedAppUsage
    public boolean isVisiblePatternEnabled(int userId) {
        // Default to true, since this gets explicitly set to true when a pattern is first set
        // anyway, which makes true the user-visible default.  The low-level default should be the
        // same, in order for FRP credential verification to get the same default.
        return getBoolean(Settings.Secure.LOCK_PATTERN_VISIBLE, true, userId);
    }