Sdk Android 10
Request READ_EXTERNAL_STORAGE / WRITE_EXTERNAL_STORAGE → access all shared files.
If you are using GitHub Actions, you can use the setup action which handles the SDK installation automatically: sdk android 10
) val promptInfo = BiometricPrompt.PromptInfo.Builder() .setTitle("Unlock app") .setSubtitle("Confirm fingerprint") .setNegativeButtonText("Cancel") .build() biometricPrompt.authenticate(promptInfo) sdk android 10
sdkmanager --list