1

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...

1

2 Answers 2

2

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' } 
Sign up to request clarification or add additional context in comments.

Comments

0

I find BiometricPrompt support library here

1 Comment

Actually, that is a third party compat library. But I was searching for official compat library from android.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.