Skip to content

Commit 8671ca8

Browse files
committed
mention camera requirement in manifest
1 parent 3d2c646 commit 8671ca8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uses-feature android:glEsVersion="0x00030001" android:required="true" />
1010

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

1314
<application
1415
android:allowBackup="true"

0 commit comments

Comments
 (0)