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. Thanks in advance.
Register user fingerprint in an android application
7.7k Views Asked by Rohit Saroha At
3
Sorry but as far as I know, no way to register fingerprint. User should register his/her finger in settings. You can just check user fingerprint for Authentication. If there is no registered finger or has no fingerprint sensor, easily toast it.
Check this tutorials to understand how check user fingerprint:
Link1 Link2