From dac0769af119951b33ccb3850b8eaf622fe53a6f Mon Sep 17 00:00:00 2001 From: Sebastian Franco Date: Wed, 6 Apr 2022 13:59:39 -0700 Subject: [PATCH] Removing line submited by mistake. Fix: 228327426 Test: Click the Notification dots Change-Id: I3712e07eee5d4e5194b86de4fa1d45e1ef511dae --- .../android/launcher3/settings/NotificationDotsPreference.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/settings/NotificationDotsPreference.java b/src/com/android/launcher3/settings/NotificationDotsPreference.java index f2a052d0ed0..1816e7be388 100644 --- a/src/com/android/launcher3/settings/NotificationDotsPreference.java +++ b/src/com/android/launcher3/settings/NotificationDotsPreference.java @@ -90,7 +90,7 @@ public class NotificationDotsPreference extends Preference Bundle extras = new Bundle(); extras.putString(EXTRA_FRAGMENT_ARG_KEY, "notification_badging"); - setIntent(new Intent("android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY") + setIntent(new Intent("android.settings.NOTIFICATION_SETTINGS") .putExtra(EXTRA_SHOW_FRAGMENT_ARGS, extras)); } -- GitLab