We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29e7b0 commit aad2355Copy full SHA for aad2355
simplefileexplorer/src/main/AndroidManifest.xml
@@ -4,7 +4,7 @@
4
5
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
6
7
- <application>
+ <application android:requestLegacyExternalStorage="true">
8
<activity android:name=".SimpleFileExplorerActivity" />
9
</application>
10
0 commit comments