Android BiometricPrompt Compat library [closed]

六眼飞鱼酱① 提交于 2019-11-29 11:25:37

问题


Hi as mention in this post there is BiometricPrompt API for devices supporting Android O and lower but I am unable to find out BiometricPrompt Compat Library (as mention in image), is anyone able to help me to point out where is that support library, any link or guide?


回答1:


I'm assuming it will be released soon as the source code for it appears here: https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/biometric/src/main/java/androidx/biometrics/BiometricPrompt.java.

I'm guessing the Google Maven artifact will be androidx.biometrics. (See https://mvnrepository.com/artifact/androidx)




回答2:


It is indeed in the https://mvnrepository.com/artifact/androidx repository.

You can find it here https://mvnrepository.com/artifact/androidx.biometric



来源:https://stackoverflow.com/questions/51558350/android-biometricprompt-compat-library

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