Skip to content

Commit a5cf93a

Browse files
Brian ColonnaAndroid (Google) Code Review
authored andcommitted
Merge "Fix 6283709: set max FUL failed attempts to 5" into jb-dev
2 parents 7ed1d66 + ffefd0f commit a5cf93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/src/com/android/internal/policy/impl/KeyguardUpdateMonitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class KeyguardUpdateMonitor {
8181

8282
private int mFailedAttempts = 0;
8383
private int mFailedBiometricUnlockAttempts = 0;
84-
private static final int FAILED_BIOMETRIC_UNLOCK_ATTEMPTS_BEFORE_BACKUP = 15;
84+
private static final int FAILED_BIOMETRIC_UNLOCK_ATTEMPTS_BEFORE_BACKUP = 5;
8585

8686
private boolean mClockVisible;
8787

0 commit comments

Comments
 (0)