Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到支持旧 API 级别的 BiometricPrompt 的支持库。但他们提到会有 androidX 支持库。我找不到任何...
在这里您可以找到Androidx 生物识别库的官方文档。
build.gradle目前只需在您的文件中添加此依赖项:
build.gradle
dependencies { // ... implementation 'androidx.biometric:biometric:1.0.0-alpha04' }
我在这里找到 BiometricPrompt 支持库