Reputation: 6961
The documentation for the USE_BIOMETRIC
permission says
Allows an app to use device supported biometric modalities.
But AndroidX's BiometricPrompt
works without this permission. So what exactly is it needed for?
Upvotes: 11
Views: 6409
Reputation: 4756
Works because the library already declares it in its own manifest:
Upvotes: 14