Skip to content

Commit

Permalink
fix(android): Declare CAMERA permission
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Oct 1, 2020
1 parent 5ae56cf commit 140e886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" />
</config-file>
<config-file target="AndroidManifest.xml" parent="application">
<provider
Expand Down

0 comments on commit 140e886

Please sign in to comment.