Skip to content

Commit

Permalink
Remove conflicting permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Kemp authored Aug 22, 2023
1 parent 7ae14f0 commit 649a5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>

<source-file src="src/android/Capture.java" target-dir="src/org/apache/cordova/mediacapture" />
Expand Down

0 comments on commit 649a5a2

Please sign in to comment.