Skip to content

Commit

Permalink
Ask for MANAGE_EXTERNAL_STORAGE permission
Browse files Browse the repository at this point in the history
It is necessary in combination with READ/WRITE on Android 13+.

Related to #37
  • Loading branch information
DocMarty84 committed May 4, 2024
1 parent ab507ed commit 70bd113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
android:value="2" />
</application>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<queries>
Expand Down

0 comments on commit 70bd113

Please sign in to comment.