choose file with intent android 11

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

These are my codes

Upvotes: 1

Views: 1366

Answers (2)

Muaz
Muaz

Reputation: 176

Try this library AndroidFilePicker. It supports Android 11.

Upvotes: 1

Jay_Panchal
Jay_Panchal

Reputation: 413

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

Upvotes: 1

Related Questions