summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorAaron Labiaga <alabiaga@google.com>2022-02-07 11:49:13 +0000
committerAaron Labiaga <alabiaga@google.com>2022-02-12 05:13:57 +0000
commit5458f07e946589d42115e9771e406bd2e7089e4c (patch)
tree438c0d66b8d06f0ad1a2be5ddd080c6374783f55 /core/java/android
parentb32e148d595dce4dde1aeeac9c736208fde648bf (diff)
Update broken javadoc code ref. Use class fully-qualified class name
Change-Id: I15a7a7a05acb77321195f1722ff586e81cbfa3cb
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/pm/ShortcutManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/ShortcutManager.java b/core/java/android/content/pm/ShortcutManager.java
index 8e8aaf18fe26..70b90e6fdb1a 100644
--- a/core/java/android/content/pm/ShortcutManager.java
+++ b/core/java/android/content/pm/ShortcutManager.java
@@ -767,7 +767,7 @@ public class ShortcutManager {
* order to make sure shortcuts exist and are up-to-date, without the need to explicitly handle
* the shortcut count limit.
* @see android.app.NotificationManager#notify(int, Notification)
- * @see Notification.Builder#setShortcutId(String)
+ * @see android.app.Notification.Builder#setShortcutId(String)
*
* <p>If {@link #getMaxShortcutCountPerActivity()} is already reached, an existing shortcut with
* the lowest rank will be removed to add space for the new shortcut.