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

Commit 880b1a1d authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Remove obsolete comment about isVisiblePatternEnabled() am: d3252e4e am:...

Remove obsolete comment about isVisiblePatternEnabled() am: d3252e4e am: 6ec8af49 am: d625f01f am: c0f1cb25

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2700637



Change-Id: I6a90c4de4da55ae5c0ef8e51cecd643128ef2dd9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents b300d05a c0f1cb25
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1082,9 +1082,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);
    }