Loading src/com/android/settings/biometrics/fingerprint/FingerprintSettings.java +4 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,10 @@ public class FingerprintSettings extends SubSettings { protected void handleError(int errMsgId, CharSequence msg) { switch (errMsgId) { case FingerprintManager.FINGERPRINT_ERROR_CANCELED: return; // Only happens if we get preempted by another activity. Ignored. case FingerprintManager.FINGERPRINT_ERROR_USER_CANCELED: // Only happens if we get preempted by another activity, or canceled by the // user (e.g. swipe up to home). Ignored. return; case FingerprintManager.FINGERPRINT_ERROR_LOCKOUT: mInFingerprintLockout = true; // We've been locked out. Reset after 30s. Loading Loading
src/com/android/settings/biometrics/fingerprint/FingerprintSettings.java +4 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,10 @@ public class FingerprintSettings extends SubSettings { protected void handleError(int errMsgId, CharSequence msg) { switch (errMsgId) { case FingerprintManager.FINGERPRINT_ERROR_CANCELED: return; // Only happens if we get preempted by another activity. Ignored. case FingerprintManager.FINGERPRINT_ERROR_USER_CANCELED: // Only happens if we get preempted by another activity, or canceled by the // user (e.g. swipe up to home). Ignored. return; case FingerprintManager.FINGERPRINT_ERROR_LOCKOUT: mInFingerprintLockout = true; // We've been locked out. Reset after 30s. Loading