Search code examples
androidfingerprintbiometricsandroid-8.0-oreoandroid-9.0-pie

Android BiometricPrompt Compat library


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


Solution

  • 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)