I Could not find the support library for BiometricPrompt to support older API levels. But they mentioned there will be androidX support library. I could not find any...
2 Answers
Here you can find the official documentation of the Androidx Biometric library.
Currently just add this dependency in your build.gradle file:
dependencies { // ... implementation 'androidx.biometric:biometric:1.0.0-alpha04' }