Biometrics: Displaying error message if face recognition is considered weak

223 Views Asked by At

An app I came across shows the following error "This app doesn't support face recognition for verifying your identity. Use your fingerprint sensor instead" when tried to use Biometric face recognition when face recognition in the device is weak. They are not using BiometricManager.Authenticators to determine if biometric is STRONG or WEAK. Is there any other way that is possible to achieve this?

1

There are 1 best solutions below

0
On

Authenticate the biometric prompt with the crypto object and the biometric prompt will show the following error if only unsecured biometrics are present.