3

I am building an application which needs to store fingerprints of multiple people. Can this be achieved using the fingerprint api.

Floern
  • 33,559
  • 24
  • 104
  • 119

1 Answers1

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