Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
BUILD INFO
- Device type: Pixel 3a (emulator)
- OS version: API 29
- Biometric library version: 1.0.1
STEPS TO REPRODUCE
[Be as specific as possible please]
1. Request biometric with setDeviceCredentialAllowed(true)
2. Select use PIN
3.Enter PIN
EXPECTED RESULTS
After 3. Enter PIN
get override fun onAuthenticationSucceeded(result: BiometricPrompt.AuthenticationResult) {
super.onAuthenticationSucceeded(result)
// handle success
}
should be invoked
OBSERVED RESULTS
override fun onAuthenticationError(errorCode: Int, errString: CharSequence) {
super.onAuthenticationError(errorCode, errString)
}
is invoked with error code ERROR_CANCELED - at point 2 - select use PIN
Succeeeded is never invoked.
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE (e.g. 3/10)
10/10