Implement fingerprint in mobile banking android app

585 views Asked by At

I am developing one android app for banking transaction. I want to implement the finger print login feature but I don't want to use the device registered fingerprint. I want the user to register the fingerprint through my app . How can I implement,save and validate the data.Please answer.

1

There are 1 answers

2
ianhanniballake On

On Android, applications do not have direct access to fingerprint data so you cannot register fingerprints within your app.