I am using android biometrics API in my app. The version number is:
1.1.0-alpha02
and the device I am testing it on is android 10 (Oneplus 7 pro). Now the biometrics is always showing me the option of fingerprint and not the face recognition to authenticate my app. I have enabled face recognition from settings.
I understand that in the alpha release they have added "Weak" and "Strong" in "setAllowedAuthenticators" method but neither of the options shows me face recognition.
If face recognition is always weak then when I set :
setAllowedAuthenticators(BIOMETRIC_WEAK)
It should use face recognition but it never does.
I have also tested this on Samsung Note 10-lite