am b5e3eba1: Merge "SystemUI/Keyguard: try authenticate finger after authentication failure" into mnc-dev
* commit 'b5e3eba1665f0a5f42bcfc2630d67011edb70f05': SystemUI/Keyguard: try authenticate finger after authentication failure
This commit is contained in:
@@ -356,9 +356,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
|
||||
}
|
||||
|
||||
private void handleFingerprintAuthFailed() {
|
||||
// FingerprintManager will allow us to retry a few times before finally giving up.
|
||||
// TODO: Figure out the proper logic to stop this call when max tries is reached.
|
||||
stopListeningForFingerprint();
|
||||
handleFingerprintHelp(-1, mContext.getString(R.string.fingerprint_not_recognized));
|
||||
updateFingerprintListeningState();
|
||||
}
|
||||
|
||||
private void handleFingerprintAuthenticated() {
|
||||
|
||||
Reference in New Issue
Block a user