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

Commit 4c3ec15c authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "FRP: Enable credential-based factory reset protection by default" into...

Merge "FRP: Enable credential-based factory reset protection by default" into oc-mr1-dev am: 956491b8
am: eb83d9c0

Change-Id: Ib8f23eb67e3af3626be3d075b512d3ad5e05ef3b
parents 42d0c44a eb83d9c0
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -67,8 +67,7 @@ public class LockPatternUtils {


    private static final String TAG = "LockPatternUtils";
    private static final String TAG = "LockPatternUtils";
    private static final boolean DEBUG = false;
    private static final boolean DEBUG = false;
    private static final boolean FRP_CREDENTIAL_ENABLED =
    private static final boolean FRP_CREDENTIAL_ENABLED = true;
            Build.IS_DEBUGGABLE && SystemProperties.getBoolean("debug.frpcredential.enable", false);


    /**
    /**
     * The key to identify when the lock pattern enabled flag is being accessed for legacy reasons.
     * The key to identify when the lock pattern enabled flag is being accessed for legacy reasons.