Skip to content

Commit

Permalink
fix(android): remove unknown permission android.permission.RECORD_VID…
Browse files Browse the repository at this point in the history
…EO (#200)
  • Loading branch information
ath0mas authored Feb 17, 2021
1 parent dcbe4e4 commit 0e2d9f6
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 @@ -78,7 +78,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"

<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.RECORD_VIDEO"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>
Expand Down

0 comments on commit 0e2d9f6

Please sign in to comment.