I am building an application which needs to store fingerprints of multiple people. Can this be achieved using the fingerprint api.
Asked
Active
Viewed 656 times
3
-
Did you tried to add any of it by API? Maybe you can scan until exception yourself? – LionisIAm Jul 29 '16 at 08:04
1 Answers
0
As per Android 6.0.1 Marshmallow, the system is capable of storing up to 5 prints at a time.
That said, the Fingerprint API that was introduced along with M is there solely for authentication purposes. That is, you won't be able to manage prints (add, remove, or even see them) from within an app.

Hadi Satrio
- 4,272
- 2
- 24
- 45