Skip to content

Commit

Permalink
feat: set android.hardware.camera feature as not required
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Jul 25, 2022
1 parent d674616 commit a5b02e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.FLASHLIGHT"/>
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
</config-file>
<framework src="src/android/barcodescanner.gradle" custom="true" type="gradleReference"/>
<framework src="androidx.legacy:legacy-support-v4:$ANDROIDX_LEGACY_SUPPORT_V4_VERSION"/>
Expand Down

0 comments on commit a5b02e5

Please sign in to comment.