I want to select a file, but in Android 11 I either do not have access to the files and either the downloaded file is empty
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Hi here is the similar Question that you are asking for scoped storage permissions with handling of the data selected by user.
You can use this question for reference.
Android 11 Scoped storage permissions
Try this library AndroidFilePicker. It supports Android 11.