Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove the READ_EXTERNAL_STORAGE permission
  • Loading branch information
eb1 committed Feb 12, 2024
1 parent 5043622 commit d3cebfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<application android:largeHeap="true" />
</edit-config>
<config-file mode="replace" parent="/manifest" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-feature android:name="android.hardware.faketouch" android:required="false" />
</config-file>
<config-file mode="replace" parent="./application/activity" target="AndroidManifest.xml">
Expand Down

0 comments on commit d3cebfe

Please sign in to comment.