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

Commit 6a797779 authored by Uriel Rodriguez's avatar Uriel Rodriguez Committed by Android (Google) Code Review
Browse files

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

parents 4365d066 aa24906d
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;