From f77a5f4467aac9aba904b7811085099a5ece9f4b Mon Sep 17 00:00:00 2001 From: Aaron Labiaga Date: Tue, 27 Oct 2020 15:39:29 +0000 Subject: Add additional doc to setCategories to include info of field in share targets Change-Id: Ifd899760c22490cb8d504d4cc84c7f89551dceac --- core/java/android/content/pm/ShortcutInfo.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/pm/ShortcutInfo.java b/core/java/android/content/pm/ShortcutInfo.java index 7ed803f78260..5855de1109bd 100644 --- a/core/java/android/content/pm/ShortcutInfo.java +++ b/core/java/android/content/pm/ShortcutInfo.java @@ -1212,8 +1212,12 @@ public final class ShortcutInfo implements Parcelable { } /** - * Sets categories for a shortcut. Launcher apps may use this information to - * categorize shortcuts. + * Sets categories for a shortcut. + * * * @see #SHORTCUT_CATEGORY_CONVERSATION * @see ShortcutInfo#getCategories() -- cgit v1.2.3-59-g8ed1b