Skip to content

Commit

Permalink
Merge pull request #15 from ath0mas/android-permissions-cleanup
Browse files Browse the repository at this point in the history
feat: remove RECORD_AUDIO permission not requested at runtime
  • Loading branch information
ath0mas authored Aug 22, 2023
2 parents c378d78 + 712cda5 commit 7e9b6cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
</config-file>

<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<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" />
Expand Down

0 comments on commit 7e9b6cd

Please sign in to comment.