summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nick Gagliardi <nickgagliardi@google.com> 2022-04-21 13:20:23 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-04-21 13:20:23 +0000
commit900031a8e647a24c7fa2160d49c31c023ccd54ec (patch)
treea00363926f54558a04babae2f4da4f1da809f90f
parent431ed50f65e9f27113585e9e9339285d6ec6ac23 (diff)
parentcacc4f15d5303845f2896d0343bddf9d5c806529 (diff)
Merge "Updated an incorrect link." into tm-dev am: 71e2f74d9a am: cacc4f15d5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17865668 Change-Id: I8e848b5d37516d0422e49c807fc9062bd98a19ec Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--core/java/android/app/Notification.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 56d655c9cc6f..53e7559b910b 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
* <a href="{@docRoot}guide/topics/fundamentals/tasks-and-back-stack.html">Tasks and Back
- * Stack</a> document. In particular, make sure to read the notification section
- * <a href="{@docRoot}guide/topics/ui/notifiers/notifications.html#HandlingNotifications">Handling
- * Notifications</a> for the correct ways to launch an application from a
+ * Stack</a> document. In particular, make sure to read the
+ * <a href="{@docRoot}/training/notify-user/navigation">Start
+ * an Activity from a Notification</a> page for the correct ways to launch an application from a
* notification.
*/
public PendingIntent contentIntent;