Skip to content

Commit

Permalink
mention camera requirement in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 6, 2023
1 parent 3d2c646 commit 8671ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uses-feature android:glEsVersion="0x00030001" android:required="true" />

<uses-feature android:name="android.hardware.screen.portrait" />
<uses-feature android:name="android.hardware.camera" android:required="true" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit 8671ca8

Please sign in to comment.