[automerge] Removing line submited by mistake. 2p: dac0769af1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17624450

Change-Id: I3350899e19b1cfc9f3b8fcff92bf5031e819fc76
This commit is contained in:
Sebastian Franco
2022-04-06 22:28:20 +00:00
committed by Presubmit Automerger Backend
@@ -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));
}