fix(android): Declare CAMERA permission

This commit is contained in:
Norman Breau
2020-09-30 22:07:19 -03:00
parent 5ae56cf8f0
commit 140e8861e3

View File

@@ -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