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?
Works because the library already declares it in its own manifest: