BiometricPrompt.authenticate()
function returns error code 11 (ERROR_NO_BIOMETRICS) in some Samsung devices like A20s (android 9) meanwhile user has enrolled fingerprint and also canAuthenticate(Authenticators.BIOMETRIC_WEAK)
returns 0 (BIOMETRIC_SUCCESS) means device biometric hardware is available and enrolled.
I'm using library version 'androidx.biometric:biometric:1.2.0-alpha03'
any solutions?