I just ran the Google Sample, FingerprintDialog (this).
And saw that it asks for fingerprint to complete an purchase.
Its Okay, Working fine. But it uses my fingerprints saved on my device for screen unlocking.
What I want-
Welcome the user and ask them to provide a fingerprint.
Save that fingerprint. (In local storage. It might have .txt extension, if fingerprints can be saved that way).
And that fingerprint will be used to complete purchase on my app, rather than to use the screen unlocking fingerprint stored on device.
First of all I want to know weather its possible or not. Then, any hints to do that.