We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8671ca8 commit 39d75f8Copy full SHA for 39d75f8
app/src/main/AndroidManifest.xml
@@ -9,7 +9,7 @@
9
<uses-feature android:glEsVersion="0x00030001" android:required="true" />
10
11
<uses-feature android:name="android.hardware.screen.portrait" />
12
- <uses-feature android:name="android.hardware.camera" android:required="true" />
+ <uses-feature android:name="android.hardware.camera.ar" android:required="true" />
13
14
<application
15
android:allowBackup="true"
0 commit comments