Skip to content

Commit

Permalink
feat: restore features to disable filtering based on the CAMERA permi…
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Aug 18, 2023
1 parent 13e0106 commit 5564ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.CAMERA"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" 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 5564ff2

Please sign in to comment.