简体   繁体   English

三星Note 4的Android FingerPrint API isHardwareDetected返回false

[英]Android FingerPrint API isHardwareDetected returns false for Samsung Note 4

I am trying to implement FingerPrint Scanner in my app. 我正在尝试在我的应用程序中实现Fingerprint Scanner。

I followed below tutorial: http://www.techotopia.com/index.php/An_Android_Fingerprint_Authentication_Tutorial 我遵循以下教程: http : //www.techotopia.com/index.php/An_Android_Fingerprint_Authentication_Tutorial

In Samsung Note 4, FingerPrintManager's isHardwareDetected() is returned as false even though I successfully registered two fingerprints from Settings. 在Samsung Note 4中,即使我成功从“设置”中注册了两个指纹,FingerPrintManager的isHardwareDetected()也将返回false。

Does anyone of you know what might be the reason? 你们当中有人知道原因吗? Thanks. 谢谢。

I'm afraid the Note 4 doesn't support the Fingerprint API (just the Samsung Fingerprint). 恐怕Note 4不支持Fingerprint API(仅Samsung Fingerprint)。 You should try your code with another device if possible. 如果可能,您应该尝试使用其他设备的代码。

The issue is with the implementation of the Fingerprint scanner in some old Samsung phones such as the S5 and the Note 4. 问题是在某些旧的三星手机(例如S5和Note 4)中实现了指纹扫描仪。

Check this link Android M FingerprintManager.isHardwareDetected() returns false on a Samsung Galaxy S5 to see an example of how you can achieve this using the Samsung pass sdk. 检查此链接Android M FingerprintManager.isHardwareDetected()在Samsung Galaxy S5上返回false,以查看如何使用Samsung pass sdk实现此目的的示例。

You can also refer to http://img-developer.samsung.com/onlinedocs/sms/pass/index.html for the documentation of the pass sdk. 您也可以参考http://img-developer.samsung.com/onlinedocs/sms/pass/index.html ,以获取pass sdk的文档。

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

相关问题 Android M FingerprintManager.isHardwareDetected() 在三星 Galaxy S5 上返回 false - Android M FingerprintManager.isHardwareDetected() returns false on a Samsung Galaxy S5 Android FingerPrint isHardwareDetected无法正常工作 - Android FingerPrint isHardwareDetected not working 如何在Android三星Galaxy Note 4中检测指纹识别器? - How to detect a fingerprint reader in Android Samsung Galaxy Note 4? 找不到三星银河注4指纹 - Samsung galaxy note 4 fingerprint not found Android指纹API-从Samsung Spass迁移 - Android fingerprint API - migrating from Samsung Spass 哪些三星设备不支持Android的原生指纹API? - Which Samsung devices do not support android's native fingerprint API? PackageManager.FEATURE_FINGERPRINT 在 API 上总是返回 false 23 - PackageManager.FEATURE_FINGERPRINT always returns false on API 23 在Samsung S5上使用Android 6.0 Fingerprint API时未检测到指纹扫描程序 - Fingerprint scanner not detected when using Android 6.0 Fingerprint API on Samsung S5 Android 外部指纹 USB 在 USB 权限上总是返回 false - Android external fingerprint USB always returns false on USB permission 使用三星设备的Android指纹扫描 - Android Fingerprint Scanning using Samsung device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM