Fingerprint scanner not detected when using Android 6.0 Fingerprint API on Samsung S5

坚强是说给别人听的谎言 提交于 2019-12-13 00:35:55

问题


Androids 6.0 Fingerprint API cannot detect my fingerprint scanner on Samsung S5.

  • Screen lock is secured with fingerprints
  • I've 2 Fingerprints registered in fingerprint manager
  • My S5 is updated to android 6.0
  • The fingerprint scanner is working fine, I use it to unlock my phone
  • I cannot find anything to do with fingerprints in the Security Settings (Was told to allow Apps to have access to fingerprint here, but its not on it)

In App Info of each app, is says Permissions: No Permissions Requested however in each of the sample app's ive tried it meantions they do request permission...However I haven't seen the request pop up

I've tried the google fingerprint scanner authentication Sample App and I've also tried this app

Any idea's on what could to be the problem?


回答1:


You are using FingerPrint API of Android which is not supported by Samsung Device.You have to use there SDK for FingerPrint Authentication which is Pass SDK.Check this link of Pass SDK.

In the AndroidManifest.xml File.

 <uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY" />

Hope this help.



来源:https://stackoverflow.com/questions/42345734/fingerprint-scanner-not-detected-when-using-android-6-0-fingerprint-api-on-samsu

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