简体   繁体   English

如何在Android中使用指纹传感器对用户进行身份验证?

[英]How to use fingerprint sensor to authenticate users in android?

I want to develop an app that uses the fingerprint sensor to authenticate the user. 我想开发一个使用指纹传感器来验证用户身份的应用程序。

I searched for tutorials and I found some. 我搜索了教程,发现了一些。

but can I use a special fingerprint for my app? 但是我可以为我的应用程序使用特殊的指纹吗?

I mean that I want my app to has the ability to save a fingerprint and use it after that without any need for using the fingerprints saved and used by the system. 我的意思是我希望我的应用能够保存指纹并在此之后使用它,而无需使用系统保存和使用的指纹。

Is it possible ? 可能吗 ? and if it is how can I do such a thing ? 如果是我该怎么做?

An Open Source Sample project by Google is already available on GitHub to implement the FingerPrint Sensor for your application. Google的一个开源示例项目已经在GitHub上可用,可以为您的应用程序实现Fingerprint Sensor。 Please refer to this link and check if fits your requirement. 请参考此链接并检查是否符合您的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM