Loading core/java/android/hardware/fingerprint/FingerprintManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ public class FingerprintManager { /** * The operation was canceled because the API is locked out due to too many attempts. * This occurs after 5 failed attempts, and lasts for 30 seconds. */ public static final int FINGERPRINT_ERROR_LOCKOUT = 7; Loading Loading
core/java/android/hardware/fingerprint/FingerprintManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ public class FingerprintManager { /** * The operation was canceled because the API is locked out due to too many attempts. * This occurs after 5 failed attempts, and lasts for 30 seconds. */ public static final int FINGERPRINT_ERROR_LOCKOUT = 7; Loading