Skip to content

Commit

Permalink
fix(android): remove unknown permission android.permission.RECORD_VIDEO
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Oct 31, 2020
1 parent a73dee9 commit 3f34981
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 3f34981

Please sign in to comment.