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
Attachment actions
Description
BUILD INFO
- Device type: Samsung Galaxy A31, Samsung Galaxy A30s
- OS version: Android 10 (on both devices)
- Biometric library version: 1.2.0-alpha04
FIRST scenario :
STEPS TO REPRODUCE
[Be as specific as possible please]
1. setAllowedAuthenticators with BIOMETRIC_STRONG or BIOMETRIC_WEAK or DEVICE_CREDENTIAL
2. Enroll fingerprint, Face, and device credential (PIN, PATTERN,...) in the device setting
3. Open the app
4. Biometric prompt showing with only fingerprint recognition and device credential options (no face recognition option)
EXPECTED RESULTS
Biometric prompt showing all options for authentication (including fingerprint, face, device credential).
OBSERVED RESULTS
Biometric prompt showing fingerprint and device credential options for authentication (no face recognition option)
SECOND scenario :
STEPS TO REPRODUCE
[Be as specific as possible please]
1. setAllowedAuthenticators with BIOMETRIC_STRONG or BIOMETRIC_WEAK or DEVICE_CREDENTIAL
2. Enroll Face, and device credential (PIN, PATTERN,...) in the device setting (no fingerprint)
4. Open the app
4. Biometric prompt showing with only device credential options (no face recognition option)
EXPECTED RESULTS
Biometric prompt showing all face and device credential options for authentication
OBSERVED RESULTS
Biometric prompt showing only device credential option for authentication (no face recognition option)
Third scenario :
STEPS TO REPRODUCE
[Be as specific as possible please]
1. setAllowedAuthenticators with BIOMETRIC_STRONG or BIOMETRIC_WEAK
2. Enroll fingerprint and face in the device setting
3. Open the app
4. Biometric prompt showing with two options (fingerprint and face) as expected
Note:
1. In the first and second scenarios, Everything worked as expected on Samsung Galaxy M33, Android 12
2. Using setAllowedAuthenticators(...) or setDeviceCredentialAllowed(true) still got the same result with 3 scenarios above
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE (100%)