Fingerprint authetication of multiple users

最后都变了- 提交于 2020-01-04 06:31:46

问题


I am a beginner in android development.I want to create an application having Finger authentication.I want to register multiple users(50) finger prints using finger sensor of phone.Also i want to authenticate it when user logins.Can anyone help us?


回答1:


FingeprintManager only has these 3 features:

authenticate : for authenticating user

hasEnrolledFingerprints : Determine if there is at least one fingerprint enrolled.

isHardwareDetected : Determine if fingerprint hardware is present and functional.

you can check FingerPrintManager docs here : https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html




回答2:


As per Nexus FAQs

Your fingerprint data is stored securely and never leaves your Pixel or Nexus phone. Your fingerprint data isn't shared with Google or any apps on your device. Apps are notified only whether your fingerprint was verified.

which explains very well that you can use fingerprints for verification purpose only. Its just an alternative to any app lock available in marketplace.



来源:https://stackoverflow.com/questions/45161321/fingerprint-authetication-of-multiple-users

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!