Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unneeded Android permissions.
  • Loading branch information
eb1 committed Feb 5, 2024
1 parent dd1ad33 commit f8f4d40
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@
<application android:largeHeap="true" />
</edit-config>
<config-file mode="replace" parent="/manifest" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
<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 f8f4d40

Please sign in to comment.