Skip to content

Commit 39d75f8

Browse files
committed
camera
1 parent 8671ca8 commit 39d75f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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" />
12+
<uses-feature android:name="android.hardware.camera.ar" android:required="true" />
1313

1414
<application
1515
android:allowBackup="true"

0 commit comments

Comments
 (0)