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

This commit is contained in:
TreeHugger Robot
2017-08-08 11:53:46 +00:00
committed by Android (Google) Code Review

View File

@@ -67,8 +67,7 @@ public class LockPatternUtils {
private static final String TAG = "LockPatternUtils";
private static final boolean DEBUG = false;
private static final boolean FRP_CREDENTIAL_ENABLED =
Build.IS_DEBUGGABLE && SystemProperties.getBoolean("debug.frpcredential.enable", false);
private static final boolean FRP_CREDENTIAL_ENABLED = true;
/**
* The key to identify when the lock pattern enabled flag is being accessed for legacy reasons.