Android BiometricPrompt Compat library [closed]

2019-02-06 10:32发布

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?enter image description here

2条回答
Anthone
3楼-- · 2019-02-06 10:44

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)

查看更多
登录 后发表回答