From 5458f07e946589d42115e9771e406bd2e7089e4c Mon Sep 17 00:00:00 2001 From: Aaron Labiaga Date: Mon, 7 Feb 2022 11:49:13 +0000 Subject: [PATCH] Update broken javadoc code ref. Use class fully-qualified class name Change-Id: I15a7a7a05acb77321195f1722ff586e81cbfa3cb --- core/java/android/content/pm/ShortcutManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/ShortcutManager.java b/core/java/android/content/pm/ShortcutManager.java index 8e8aaf18fe26b..70b90e6fdb1ad 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) * *

If {@link #getMaxShortcutCountPerActivity()} is already reached, an existing shortcut with * the lowest rank will be removed to add space for the new shortcut.