Updated an incorrect link.

Bug: 213538093

Change-Id: I7e8c0bcbf7fd2200dead73f1db44910baa97baba
This commit is contained in:
Nick Gagliardi
2022-04-20 21:12:18 +00:00
parent bbc3c5458c
commit be242d1d47

View File

@@ -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;