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)
Attachment actions
Unintended behavior
View staffing
Description
- A bugreport immediately after the issue occurs.
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).
BUILD INFO
- Device type:
Xperia XZ1 Compact SO-02K
- OS version:
Android 9.0
- Biometric library version:
androidx.biometric:biometric-ktx:1.2.0-alpha05
STEPS TO REPRODUCE
[Be as specific as possible please]
1. isMinifyEnabled = true (build.gradle.kts :app)
2. BiometricManager.from(context).canAuthenticate(BiometricManager.Authenticators.BIOMETRIC_WEAK)
3. crash
EXPECTED RESULTS
BiometricManager.BIOMETRIC_SUCCESS
OBSERVED RESULTS
crash
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE (e.g. 3/10)
10/10
source