0

I want to implement Face unlock feature while accessing sensitive data of applications. So is there any build it Api like fingerprint

Sachin salunkhe
  • 100
  • 1
  • 8

1 Answers1

0

What you are looking for is in blogPost1 and blogPost2. They explain in great detail how to implement the AndroidX Biometric Library in your app and how the library works.

Essentially, once you implement the library, the framework will show the appropriate authentication UI based on which form factor a device supports -- whether face, fingerprint, etc.

Isai Damier
  • 976
  • 6
  • 8