Reputation: 21
I am working on the biometrics authentication, but I have no idea about which biometric level to use. Can Someone help me understand when should I use BIOMETRIC_STRONG (Class 3), BIOMETRIC_WEAK (Class 2) and DEVICE_CREDENTIAL? Thank you:)
Upvotes: 0
Views: 503
Reputation: 99
This can shed some light on differences in requirements differentiating Class3 from lower ones: https://source.android.com/docs/compatibility/14/android-14-cdd#7310_biometric_sensors though help you to assess the risk you want to accept.
Upvotes: -1