feat: add crash screen (#10)

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2026-06-02 02:19:13 +00:00
parent 15e8c984e2
commit ff383a7c6a
7 changed files with 159 additions and 88 deletions

View File

@@ -19,6 +19,12 @@
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.Light.NoActionBar">
<activity
android:name=".CrashActivity"
android:exported="false"
android:process=":crash_handler"
android:theme="@android:style/Theme.Material.Light.NoActionBar" />
<activity
android:name=".MainActivity"
android:exported="true"