FilePicker icon indicating copy to clipboard operation
FilePicker copied to clipboard

Android 11 Does not showing the internal storage folders and file

Open pankajjangid opened this issue 4 years ago • 6 comments

In Android 11 there no files and folders in internal storage. even I add the line in the android manifest file.

android:requestLegacyExternalStorage="true"

https://i.imgur.com/1aw0txo.jpg https://i.imgur.com/zpe7UWW.jpg

pankajjangid avatar Feb 19 '21 04:02 pankajjangid

@pankajjangid the reason for that is, that the library currently doesn't support scoped storage, which is mandatory for apps, targeting Android >= 11

marcauberer avatar Feb 19 '21 04:02 marcauberer

I am facing the same problem.

it did not worked for me but you can try this : https://stackoverflow.com/questions/63364476/requestlegacyexternalstorage-is-not-working-in-android-11-api-30

slim-shah avatar Apr 16 '21 21:04 slim-shah

Hi all, I am facing the same problem too, I'm on Android 11.

I tried several options like:

  • Targeting SDK 29 with android:requestLegacyExternalStorage="true"
  • Targeting SDK 30 with android:preserveLegacyExternalStorage="true"
  • Adding android.permission.READ_EXTERNAL_STORAGE and android.permission.WRITE_EXTERNAL_STORAGE to the manifest.xml

but nothing seems to work.

AlbyST avatar Apr 23 '21 08:04 AlbyST

Hi all, I am facing the same problem too, I'm on Android 11.

I tried several options like:

* Targeting SDK 29 with `android:requestLegacyExternalStorage="true"`

* Targeting SDK 30 with `android:preserveLegacyExternalStorage="true"`

* Adding `android.permission.READ_EXTERNAL_STORAGE` and `android.permission.WRITE_EXTERNAL_STORAGE` to the manifest.xml

but nothing seems to work.

any news?

klaszlo8207 avatar Mar 21 '22 12:03 klaszlo8207

I have tried to solve this issue. But not exactly getting it. I'm still trying to solve this issue.

TutorialsAndroid avatar Mar 27 '22 12:03 TutorialsAndroid

I am facing the same problem.

mehedisoftware avatar Jun 09 '22 12:06 mehedisoftware

New update release to this library update to version v9.0.1 and see the android 13 documentation in README.

TutorialsAndroid avatar Sep 05 '23 20:09 TutorialsAndroid