Skip to content

Commit aad2355

Browse files
committed
Add legacy external storage
1 parent a29e7b0 commit aad2355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simplefileexplorer/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
66

7-
<application>
7+
<application android:requestLegacyExternalStorage="true">
88
<activity android:name=".SimpleFileExplorerActivity" />
99
</application>
1010

0 commit comments

Comments
 (0)