diff --git a/src/com/android/launcher3/settings/NotificationDotsPreference.java b/src/com/android/launcher3/settings/NotificationDotsPreference.java index f2a052d0ed0b9267d6c679fbbc529cedbaa93b7c..1816e7be388cced58683fb3fc4feb9c6537ec357 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)); }