Added new style in app errors dialog and merge code from FrameworkHooker

This commit is contained in:
2022-06-01 03:06:15 +08:00
parent 698d2dc8e0
commit ded9da730f
14 changed files with 476 additions and 158 deletions

View File

@@ -54,6 +54,16 @@
</intent-filter>
</activity-alias>
<activity
android:name=".ui.activity.errors.AppErrorsDisplayActivity"
android:excludeFromRecents="true"
android:exported="true"
android:label="@string/empty_lable"
android:launchMode="singleTask"
android:screenOrientation="behind"
android:taskAffinity=":display"
android:theme="@style/Theme.AppErrorsTracking.Translucent" />
<activity
android:name=".ui.activity.errors.AppErrorsDetailActivity"
android:exported="true"