Task affinity updates
- Remove task affinity for AppDrawOver Settings - Remove task affinity for ConfigNotificationSettings The task affinity is messing with the back stack for this activity when launched externally Change-Id: I596090d0615cebd04ee9eb56e06ba2761859a52d Fixes: 80281932 Fixes: 80290571 Test: manual
This commit is contained in:
@@ -2574,7 +2574,6 @@
|
||||
android:name="Settings$ConfigureNotificationSettingsActivity"
|
||||
android:label="@string/configure_notification_settings"
|
||||
android:exported="true"
|
||||
android:taskAffinity="com.android.settings"
|
||||
android:parentActivityName="Settings">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.settings.NOTIFICATION_SETTINGS" />
|
||||
@@ -2905,7 +2904,6 @@
|
||||
<activity
|
||||
android:name="Settings$AppDrawOverlaySettingsActivity"
|
||||
android:label="@string/draw_overlay"
|
||||
android:taskAffinity="com.android.settings"
|
||||
android:parentActivityName="Settings">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
|
||||
|
Reference in New Issue
Block a user