android: pack crash log to ZIP file, put system and intent info alongside it. Properly handle if multple email clients are installed on device (tested with gmail, outlook and k-9).

This commit is contained in:
Alibek Omarov
2026-05-10 00:32:29 +05:00
parent e5d6f66f61
commit 3c07680263
8 changed files with 214 additions and 41 deletions
+4
View File
@@ -95,5 +95,9 @@
<intent>
<action android:name="su.xash.engine.MOD" />
</intent>
<intent>
<action android:name="android.intent.action.SENDTO" />
<data android:scheme="mailto" />
</intent>
</queries>
</manifest>