Skip to content

Commit

Permalink
camera
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 6, 2023
1 parent 8671ca8 commit 39d75f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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" />
<uses-feature android:name="android.hardware.camera.ar" android:required="true" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit 39d75f8

Please sign in to comment.