Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android BiometricPrompt Compat library [closed]

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

like image 972
Nikhil Avatar asked Jul 27 '18 12:07

Nikhil


2 Answers

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)

like image 134
Troy Perales Avatar answered Oct 31 '22 17:10

Troy Perales


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

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

like image 1
Cosmin Avatar answered Oct 31 '22 18:10

Cosmin