A
AC Question
I want to make an android application, which registers user fingerprint (from device's fingerprint scanner) and stores it in a data structure or in key store provider, next time user put his fingerprint scanner, he should be authenticated from the fingerprints stored in the data structure or from the Android Keystore provider. If anyone can help me how to approach for this.
(In settings I can only register limited number of users, so I want my application to register users fingerprint)
(In settings I can only register limited number of users, so I want my application to register users fingerprint)