From 1b20f6a8dee54bf57b60d700957f1807bb5d5b2d Mon Sep 17 00:00:00 2001 From: Daniel Elliott Date: Thu, 19 Feb 2026 14:32:20 -0800 Subject: [PATCH] Restore UnpackAssetsActivity as launcher MainActivity's onCreateJNI() was crashing with JNI null pointer error. The native code expects proper initialization flow that starts with UnpackAssetsActivity, which then launches MainActivity. Restored original launcher flow: - UnpackAssetsActivity: launcher (exported=true) - MainActivity: internal activity (exported=false) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AndroidManifest.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fffa8ef4a..568661832 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -80,8 +80,12 @@ - - + + + + + + @@ -91,12 +95,8 @@ - - - - - - + +