From ee5313373946454934a2f1fd3ecace1ff8d146b8 Mon Sep 17 00:00:00 2001 From: JaredMonkey Date: Mon, 8 May 2023 22:03:32 -0700 Subject: [PATCH] Update AndroidManifest.xml Adding the necessary meta-data and intent for hello_xr to actually run on devices like Quest and Pico --- src/tests/hello_xr/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tests/hello_xr/AndroidManifest.xml b/src/tests/hello_xr/AndroidManifest.xml index 7cc8a1c68..b1ac3b0cd 100644 --- a/src/tests/hello_xr/AndroidManifest.xml +++ b/src/tests/hello_xr/AndroidManifest.xml @@ -48,6 +48,14 @@ android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" android:exported="true" tools:ignore="NonResizeableActivity"> + + + + +