commit | 16b28110c405d37444a22e375263b35b0020df2b | [log] [tgz] |
---|---|---|
author | Clément Julliard <clju@google.com> | Fri Oct 27 21:57:01 2023 +0000 |
committer | Clément Julliard <clju@google.com> | Fri Oct 27 21:57:04 2023 +0000 |
tree | 74df326bbd2814dc4562843e1625b17d3892f90e | |
parent | 1d9d0bfde3800dad92c7b391042ad60f5231d99d [diff] |
Fix broken link in https://developer.android.com/reference/android/app/Notification#contentIntent. There was an extra "/" symbol in the Javadoc. Bug: 308093030 Change-Id: I24645e16d50128b37528690b0052fafa94916e0f
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 3bde39c..b70fd69 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java
@@ -374,7 +374,7 @@ * 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 - * <a href="{@docRoot}/training/notify-user/navigation">Start + * <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. */