Search code examples
fingerprintandroid-6.0-marshmallow

Use new fingerprint API from Android for multiple users


We are creating a timestamp application on Android and ideally this would use fingerprint to identify the user.

In one organisation there can be like 150 different users. Would the fingerprint API allow multiple users? Or is this currently only for the owner of the device? If this is only for the current users, are there any other API's available that would allow this? If not I think we need to abandon this road completely.


Solution

  • Android M or Samsung or iPhone APIs only allow to verify current user against user of device.

    There's some fingerprint scanners compatible with Android Platform and with SDK for Android. These SDKs allow to get fingerprint image or template. Scanners are plugged on USB port so you can't charge tablet and use fingerprint scanner simultaneous. For instance:

    There's also some devices with integrated fingerprint scanner and with SDK to get fingerprint image or template.