Merge "Fix 6283709: set max FUL failed attempts to 5" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a5cf93a84a
@@ -81,7 +81,7 @@ public class KeyguardUpdateMonitor {
|
||||
|
||||
private int mFailedAttempts = 0;
|
||||
private int mFailedBiometricUnlockAttempts = 0;
|
||||
private static final int FAILED_BIOMETRIC_UNLOCK_ATTEMPTS_BEFORE_BACKUP = 15;
|
||||
private static final int FAILED_BIOMETRIC_UNLOCK_ATTEMPTS_BEFORE_BACKUP = 5;
|
||||
|
||||
private boolean mClockVisible;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user