Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Require camera
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst authored and timkim committed Aug 15, 2016
1 parent 6c3d74d commit 5e58c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -88,7 +88,7 @@
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<!-- Not required to allow users to work around this -->
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera" android:required="true" />
</config-file>

<framework src="src/android/barcodescanner.gradle" custom="true" type="gradleReference"/>
Expand Down

0 comments on commit 5e58c0a

Please sign in to comment.