Skip to content

Commit

Permalink
chore(vision-qr-code-scanner): add uses-feature to camera permission …
Browse files Browse the repository at this point in the history
…declaration
  • Loading branch information
Andrea Maglie committed Nov 3, 2023
1 parent 42dc67c commit 7ebb9a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vision-qr-code-scanner/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera" required="false" />

<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 7ebb9a2

Please sign in to comment.