fix: process death resilience and account for android 11 bug (#2355)

This commit is contained in:
Ax333l
2024-12-22 22:28:54 +01:00
committed by oSumAtrIX
parent 4de534094a
commit 83eeeae801
20 changed files with 377 additions and 171 deletions

View File

@@ -35,6 +35,9 @@
<string name="bundle_name_default">Default</string>
<string name="bundle_name_fallback">Unnamed</string>
<string name="android_11_bug_dialog_title">Android 11 bug</string>
<string name="android_11_bug_dialog_description">The app installation permission must be granted ahead of time to avoid a bug in the Android 11 system that will negatively affect the user experience.</string>
<string name="selected_app_meta_any_version">Any available version</string>
<string name="app_source_dialog_title">Select source</string>
<string name="app_source_dialog_option_auto">Auto</string>