am 95179ad4: am 54ceea19: am 95200e6f: Merge "Poke fingerprint timeout when vold password is correct" into mnc-dr-dev
* commit '95179ad4be0377dd9fd35818145f705bcded0d28': Poke fingerprint timeout when vold password is correct
This commit is contained in:
@@ -1348,9 +1348,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
|
|||||||
*/
|
*/
|
||||||
private void handleKeyguardReset() {
|
private void handleKeyguardReset() {
|
||||||
if (DEBUG) Log.d(TAG, "handleKeyguardReset");
|
if (DEBUG) Log.d(TAG, "handleKeyguardReset");
|
||||||
if (!isUnlockingWithFingerprintAllowed()) {
|
updateFingerprintListeningState();
|
||||||
updateFingerprintListeningState();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1046,6 +1046,7 @@ public class KeyguardViewMediator extends SystemUI {
|
|||||||
// Without this, settings is not enabled until the lock screen first appears
|
// Without this, settings is not enabled until the lock screen first appears
|
||||||
setShowingLocked(false);
|
setShowingLocked(false);
|
||||||
hideLocked();
|
hideLocked();
|
||||||
|
mUpdateMonitor.reportSuccessfulStrongAuthUnlockAttempt();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user