Skip to content

Commit 0ec8d45

Browse files
committed
Add uses-feature android.software.xr.api.spatial
1 parent da80779 commit 0ec8d45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
android:name="android.hardware.camera"
2424
android:required="true" />
2525

26+
<!-- Androidify can use XR features if they're available; they're not required. -->
27+
<uses-feature android:name="android.software.xr.api.spatial" android:required="false" />
28+
2629
<uses-permission android:name="android.permission.CAMERA" />
2730
<uses-sdk tools:overrideLibrary="com.google.ai.edge.aicore" />
2831

0 commit comments

Comments
 (0)