Remove "taskAffinity" in AppErrorsDetailActivity

This commit is contained in:
2022-06-03 03:12:43 +08:00
parent 27ec4c0218
commit 66296f9ed4

View File

@@ -54,6 +54,11 @@
</intent-filter>
</activity-alias>
<activity
android:name=".ui.activity.errors.AppErrorsRecordActivity"
android:exported="true"
android:screenOrientation="behind" />
<activity
android:name=".ui.activity.errors.AppErrorsDisplayActivity"
android:excludeFromRecents="true"
@@ -71,14 +76,6 @@
android:screenOrientation="behind"
android:taskAffinity=":detail" />
<activity
android:name=".ui.activity.errors.AppErrorsRecordActivity"
android:exported="true"
android:label="@string/errors_record"
android:launchMode="singleTask"
android:screenOrientation="behind"
android:taskAffinity=":history" />
<service
android:name=".service.QuickStartTileService"
android:exported="true"