Skip to content

Commit

Permalink
fixing lint error for camera permission in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay-squareup committed Aug 26, 2024
1 parent 314cad9 commit c8ddf57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-feature
android:name="android.hardware.camera"
android:required="true" />

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
Expand Down

0 comments on commit c8ddf57

Please sign in to comment.