How to access External Storage files in Android 11?

mouli150388

Dec 23rd, 2020 08:45 AM

I have created an Android Project. there I want to read files from the External Storage card. But in the Android 11 version, I can't able to read external files. How could I read these external files in the Android 11 version?

Please share any solution for this issue

i have already posted here https://rrtutors.com/site/commentsAll/how-to-access-external-storage-files-in-android-11

bobbyiliev

Dec 29th, 2020 12:10 AM

Hi there,

Have you tried using the requestLegacyExternalStorage attribute?

I was just going through the official documentation here and it looks like that this might still be possible.

mouli150388

Dec 30th, 2020 10:06 AM

Hello Bobby, Thank you for your reply, I have tried all the cases but no luck to read removable SdCard on Android 11 version. In Android 10 i can able to read with LegacyStorage Permission. but in Android 11 i haven't find any solution.