mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 10:15:18 +08:00
Remove "taskAffinity" in AppErrorsDetailActivity
This commit is contained in:
@@ -54,6 +54,11 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity-alias>
|
</activity-alias>
|
||||||
|
|
||||||
|
<activity
|
||||||
|
android:name=".ui.activity.errors.AppErrorsRecordActivity"
|
||||||
|
android:exported="true"
|
||||||
|
android:screenOrientation="behind" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.errors.AppErrorsDisplayActivity"
|
android:name=".ui.activity.errors.AppErrorsDisplayActivity"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
@@ -71,14 +76,6 @@
|
|||||||
android:screenOrientation="behind"
|
android:screenOrientation="behind"
|
||||||
android:taskAffinity=":detail" />
|
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
|
<service
|
||||||
android:name=".service.QuickStartTileService"
|
android:name=".service.QuickStartTileService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
Reference in New Issue
Block a user