Fix task affinity for NotificationAccessConfirmationActivity

Fix: 186029669

Test: manual
Change-Id: I366d4d6502d6d89b3d9d53d9190f376f678bccc1
This commit is contained in:
Guojing Yuan
2021-05-12 17:06:42 +00:00
parent 989570a9b6
commit 19235b8bba

View File

@@ -2887,6 +2887,7 @@
<!-- Confirmation dialog for enabling notification access from CompanionDeviceManager -->
<activity android:name=".notification.NotificationAccessConfirmationActivity"
android:taskAffinity=".notification.NotificationAccessConfirmationActivity"
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
<receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"