Skip to content

Commit

Permalink
Merge pull request #3 from ath0mas/camera-feature-not-required
Browse files Browse the repository at this point in the history
Set android.hardware.camera feature as not required
  • Loading branch information
ath0mas committed Aug 10, 2022
2 parents 9fb983d + cdf240f commit b611220
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 @@ -47,7 +47,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 b611220

Please sign in to comment.