Skip to content

Commit

Permalink
Fix Android camera required conflict with cordova-plugin-barcodescann…
Browse files Browse the repository at this point in the history
…er (#2)
  • Loading branch information
davidquon committed Sep 28, 2017
1 parent 4720ad7 commit a96d219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-feature android:name="android.hardware.camera" android:required="true"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus"/>
</config-file>
<config-file target="AndroidManifest.xml" parent="application">
Expand Down Expand Up @@ -100,4 +100,4 @@
<framework src="AVFoundation.framework"/>
<framework src="ImageIO.framework"/>
</platform>
</plugin>
</plugin>

0 comments on commit a96d219

Please sign in to comment.