From 212487c6ddf4a568f346ffa5ee2f9185917e14eb Mon Sep 17 00:00:00 2001 From: Eris Date: Tue, 2 Jun 2026 16:41:20 -0400 Subject: [PATCH 01/10] Hopefully this... works? --- fusionApp/src/main/AndroidManifest.xml | 67 +++++++++++++++++++++++--- 1 file changed, 60 insertions(+), 7 deletions(-) diff --git a/fusionApp/src/main/AndroidManifest.xml b/fusionApp/src/main/AndroidManifest.xml index 0f5cfae..537bfb3 100644 --- a/fusionApp/src/main/AndroidManifest.xml +++ b/fusionApp/src/main/AndroidManifest.xml @@ -11,6 +11,12 @@ + + + + @@ -22,6 +28,8 @@ --> + + @@ -31,23 +39,43 @@ - + + + + + + + + + + + + - + - + - + - + @@ -55,8 +83,33 @@ + android:process=":vr" + android:exported="true"> + + + + + + + + + + + + + + \ No newline at end of file From 514d844f8798bd1fbc71f3a8357b2e84ca7f9ff7 Mon Sep 17 00:00:00 2001 From: Eris Date: Tue, 2 Jun 2026 16:43:12 -0400 Subject: [PATCH 02/10] Ew, lazy fixes. --- fusionApp/src/main/AndroidManifest.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/fusionApp/src/main/AndroidManifest.xml b/fusionApp/src/main/AndroidManifest.xml index 537bfb3..03067a5 100644 --- a/fusionApp/src/main/AndroidManifest.xml +++ b/fusionApp/src/main/AndroidManifest.xml @@ -95,21 +95,5 @@ - - - - - - - - - \ No newline at end of file From de924dcc70b2c403a11fffe8ca5e7ce82e1f5bd7 Mon Sep 17 00:00:00 2001 From: Eris Date: Tue, 2 Jun 2026 16:44:02 -0400 Subject: [PATCH 03/10] i'm formatting the entire file too while I'm at it, why didn't xtracube do this a while ago --- fusionApp/src/main/AndroidManifest.xml | 84 +++++++++++++++++--------- 1 file changed, 55 insertions(+), 29 deletions(-) diff --git a/fusionApp/src/main/AndroidManifest.xml b/fusionApp/src/main/AndroidManifest.xml index 03067a5..1355914 100644 --- a/fusionApp/src/main/AndroidManifest.xml +++ b/fusionApp/src/main/AndroidManifest.xml @@ -1,11 +1,13 @@ - - - - - - - + + + + + + + @@ -14,7 +16,8 @@ - + @@ -23,7 +26,8 @@ - @@ -31,7 +35,8 @@ - + @@ -39,7 +44,12 @@ - + @@ -47,15 +57,15 @@ + android:process=":vr" + android:theme="@style/UnityThemeSelector" + android:screenOrientation="fullUser" + android:launchMode="singleTask" + android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density" + android:resizeableActivity="false" + android:hardwareAccelerated="false" + android:windowLayoutInDisplayCutoutMode="shortEdges" + android:exported="true"> @@ -63,30 +73,46 @@ - + - + - + - + + android:name="dev.allofus.fusioncore.BootstrapActivity" + android:theme="@style/AppTheme" + android:launchMode="singleTask" + android:process=":vr" + android:exported="true">