FingerPrint API isHardwareDetected always returns false

喜夏-厌秋 提交于 2019-11-29 11:22:38
ritchie.a

I ran into this issue as well for Samsung Galaxy S5 running Android 6.0.1.

The Native Android SDK API for detecting the Device's Fingerprint reader always returns false:

fingerprintManager.isHardwareDetected()

After surfing around looking for solutions it appears that the Galaxy S5 is not compatible with Android's native SDK Api FingerprintManager: http://developer.samsung.com/forum/board/thread/view.do?boardName=SDK&messageId=294791&startId=zzzzz~&searchSubId=0000000030

The solution would appear to be installing the Samsung library for support if you wanted this ability: Android M FingerprintManager.isHardwareDetected() returns false on a Samsung Galaxy S5

Even Samsung S5 has fingerprint with 6.0, Samsung didn't implement Android Fingerprint APIs(standards) in this device. Still they are using their own PASS Sdk in this device.

I remember Note 4 also still uses PASS sdk even it has 6.0.

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