Files
rr3-apk/AndroidManifest.xml
Daniel Elliott 1b20f6a8de 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>
2026-02-19 14:32:20 -08:00

44 KiB