skip to Main Content

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

2

Answers


  1. 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

    Login or Signup to reply.
  2. Try this library AndroidFilePicker. It supports Android 11.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search