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

Commit 95a28c3f authored by Paul Crowley's avatar Paul Crowley Committed by Android (Google) Code Review
Browse files

Merge "Reduce number of attempts before factory reset to 30." into lmp-mr1-dev

parents 44b50ad3 13b8b564
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
    private static final int MESSAGE_NOTIFY = 2;

    // Constants used to control policy.
    private static final int MAX_FAILED_ATTEMPTS = 100;
    private static final int MAX_FAILED_ATTEMPTS = 30;
    private static final int COOL_DOWN_ATTEMPTS = 10;

    // Intent action for launching the Emergency Dialer activity.