Fingerprint Scanner Support for lower android versions

时光怂恿深爱的人放手 提交于 2019-12-08 09:02:17

问题


Shall I know from which API FingerprintManager is supporting for android?

Actually I am trying to authenticate app from finger print scan.

So I need to know from which version API it is supporting.


回答1:


Shall I know from which API FingerprintManager is supporting for android?

API Level 23 (Android 6.0). The JavaDocs for every Android SDK class note what API level the class was added in, along with the API levels that methods, fields, etc. were added in.



来源:https://stackoverflow.com/questions/32563262/fingerprint-scanner-support-for-lower-android-versions

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