Reputation: 101
I want to enable fingerprint and face unlock for my application. I have fingerprint unlock code and it is working fine if the user is already registered his fingerprint.
I want to enable the same feature for face unlock as well. If the user has already enrolled his face id , then he should be able to authenticate the app with face unlock.I don't want to create any library here, I just want to invoke the device face unlock app and authenticate.
Please give me the suggestion
Upvotes: 1
Views: 4750
Reputation: 362
May be useful for someone: https://developer.android.com/training/sign-in/biometric-auth The Biometric library expands upon the functionality of the deprecated FingerprintManager API.
Upvotes: 1