Merge "Removing line submited by mistake." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-04-07 21:57:05 +00:00
committed by Android (Google) Code Review
@@ -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));
}