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

Commit a9f4fe82 authored by Uriel Rodriguez's avatar Uriel Rodriguez Committed by Android Git Automerger
Browse files

am 6a797779: Merge "BUG 5457035: lowering max FUL failed attempts to 3" into jb-dev

* commit '6a797779':
  BUG 5457035: lowering max FUL failed attempts to 3
parents cb629f38 6a797779
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = 5;
    private static final int FAILED_BIOMETRIC_UNLOCK_ATTEMPTS_BEFORE_BACKUP = 3;

    private boolean mClockVisible;