From be242d1d4715fffd7f0fcadae0a5de97c064e0da Mon Sep 17 00:00:00 2001 From: Nick Gagliardi Date: Wed, 20 Apr 2022 21:12:18 +0000 Subject: [PATCH] Updated an incorrect link. Bug: 213538093 Change-Id: I7e8c0bcbf7fd2200dead73f1db44910baa97baba --- core/java/android/app/Notification.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 56d655c9cc6f2..53e7559b910b6 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -361,9 +361,9 @@ public class Notification implements Parcelable * {@link android.content.Intent#FLAG_ACTIVITY_NEW_TASK} flag, which requires * that you take care of task management as described in the * Tasks and Back - * Stack document. In particular, make sure to read the notification section - * Handling - * Notifications for the correct ways to launch an application from a + * Stack document. In particular, make sure to read the + * Start + * an Activity from a Notification page for the correct ways to launch an application from a * notification. */ public PendingIntent contentIntent;