Loading core/java/android/content/pm/ShortcutInfo.java +4 −3 Original line number Diff line number Diff line Loading @@ -1215,8 +1215,9 @@ public final class ShortcutInfo implements Parcelable { * Sets categories for a shortcut. * <ul> * <li>Launcher apps may use this information to categorize shortcuts * <li>Used to filter shortcuts that can handle share intents or actions * and required for shortcuts that are meant to be used as share targets. * <li> Used by the system to associate a published Sharing Shortcut with supported * mimeTypes. Required for published Sharing Shortcuts with a matching category * declared in share targets, defined in the app's manifest linked shortcuts xml file. * </ul> * * @see #SHORTCUT_CATEGORY_CONVERSATION Loading Loading
core/java/android/content/pm/ShortcutInfo.java +4 −3 Original line number Diff line number Diff line Loading @@ -1215,8 +1215,9 @@ public final class ShortcutInfo implements Parcelable { * Sets categories for a shortcut. * <ul> * <li>Launcher apps may use this information to categorize shortcuts * <li>Used to filter shortcuts that can handle share intents or actions * and required for shortcuts that are meant to be used as share targets. * <li> Used by the system to associate a published Sharing Shortcut with supported * mimeTypes. Required for published Sharing Shortcuts with a matching category * declared in share targets, defined in the app's manifest linked shortcuts xml file. * </ul> * * @see #SHORTCUT_CATEGORY_CONVERSATION Loading