natiginfo / biometricprompt-compat-java

Fingerprint Authentication using BiometricPrompt Compat
https://medium.com/@natiginfo/fingerprint-authentication-using-biometricprompt-compat-1466365b4795
Apache License 2.0
15 stars 7 forks source link

How to implement face Recognition in android and where is the source code of face Recognisation #1

Closed rspapneja closed 5 years ago

natiginfo commented 5 years ago

Hi, according to documentation: On devices running P and above, this will show a system-provided authentication prompt, using a device’s supported biometric (fingerprint, iris, face, etc). So, I'm not sure if there's any device which has implemented BiometricPrompt for face recognition. If there is, you can use same code and it should automatically use facial recognition.