Skip to content

Commit

Permalink
Merge pull request #6 from ath0mas/android-permissions-and-features
Browse files Browse the repository at this point in the history
Update Android permissions and features
  • Loading branch information
ath0mas authored Aug 19, 2023
2 parents bb13b4b + a4c5f78 commit db8b508
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 @@ -46,8 +46,8 @@
</config-file>
<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" 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 db8b508

Please sign in to comment.