Android fingerprint API for time attendance app -


i build app allows employees scan fingerprint support of android app. right fingerprint api (touch id or android imprint) allows login app. there 3rd party api allows usage of api collect fingerprint , attach employee record, , verify when scan finger? thanks.

no. in fact, android compatibility definition android 6.0 states in fingerprint section (7.3.10):

must not enable 3rd-party applications distinguish between individual fingerprints.

therefore while write app uses fingerprint mechanism authenticate user, registered fingerprint associated current user account used.

this mean if want differentiate each employee, need own user account or device, rather having single instance of app works multiple users.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -