TKGhoul
TKGhoul

Reputation: 49

Fingerprint API Android

Hi I'm new to android development. I'd like to practice this Fingerprint API in M (6.0 Marshmallow) and N (7.0 Nougat). But this sample Github Sample seems only for verify the current user when the fingerprint is set on Settings > Security > Fingerprint.

Is there any tutorial on how the fingerprint is save from the android phone?

Upvotes: 0

Views: 317

Answers (1)

Muhammad Farhan Habib
Muhammad Farhan Habib

Reputation: 1809

As far as my experience with it, you can't use native fingerprint sensor introduced in Android M as user attendance system, So you can't access that fingerprint image, just you get the information whether you authenticated or not

There are third party fingerprint SDKs available which provides their SDK & hardware such as Crossmatch, Nitgen, Tactive

Hope it will help you

Upvotes: 1

Related Questions