Added muted errors apps management function and fix i18n translation

This commit is contained in:
2022-06-03 04:46:23 +08:00
parent 66296f9ed4
commit 7024a8c521
20 changed files with 526 additions and 116 deletions

View File

@@ -59,6 +59,11 @@
android:exported="true"
android:screenOrientation="behind" />
<activity
android:name=".ui.activity.errors.AppErrorsMutedActivity"
android:exported="false"
android:screenOrientation="behind" />
<activity
android:name=".ui.activity.errors.AppErrorsDisplayActivity"
android:excludeFromRecents="true"