am 1abdd7c9
: am 7bd78237
: am 95a28c3f
: Merge "Reduce number of attempts before factory reset to 30." into lmp-mr1-dev
* commit '1abdd7c98137b9b1c4172f2247a2cae37117b262': Reduce number of attempts before factory reset to 30.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user