Skip to content Skip to sidebar Skip to footer

I Access The Download Folder But I Cannot Access The Files In The Download Folder On Android

I access the download folder but I cannot access the files in the download folder on android. I want to check the present of a file in the download folder. For example, when I want

Solution 1:

You can try below code if using in Android10.

<application android:requestLegacyExternalStorage="true" ... >
    ...
  </application> 

Post a Comment for "I Access The Download Folder But I Cannot Access The Files In The Download Folder On Android"