I would like to know that how can we support to configure finger print using Finger print api. I want to develop app from which user can configure his/her finger not from device setting. Step: 1. Configure finger print from application. 2. Confirm registered finger print from application.
I have read Finger API and checked demo from below URL: https://github.com/googlesamples/android-FingerprintDialog
But this sample application demo demonstrate to authenticate finger print which is configured from device settings.
Please guide me how to configure and authenticate finger print from application.