Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/tests/hello_xr/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:exported="true"
tools:ignore="NonResizeableActivity">
<!-- Required meta-data and inent category for Meta devices -->
<meta-data
Copy link
Contributor

@utzcoz utzcoz May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it needs to moved into the application not activity? You can check the GitHub Action's building failure information.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

android:name="com.oculus.supportedDevices"
android:value="quest|quest2|questpro" />
<category android:name="com.oculus.intent.category.VR" />
<!-- Required meta-data for Pico devices -->
<meta-data android:name="pvr.app.type"
android:value="vr" />
<!-- Tell NativeActivity the name of the .so -->
<meta-data
android:name="android.app.lib_name"
Expand Down