Merge "Remove misleading comments" into rvc-dev am: c688e204e1

Change-Id: I23b77110dc59a6bee89452e374ae4dcbfd07e4ed
This commit is contained in:
Automerger Merge Worker
2020-03-12 15:52:10 +00:00

View File

@@ -1558,11 +1558,6 @@ public final class ShortcutInfo implements Parcelable {
* "Rank" of a shortcut, which is a non-negative, sequential value that's unique for each * "Rank" of a shortcut, which is a non-negative, sequential value that's unique for each
* {@link #getActivity} for each of the two types of shortcuts (static and dynamic). * {@link #getActivity} for each of the two types of shortcuts (static and dynamic).
* *
* <p>Because static shortcuts and dynamic shortcuts have overlapping ranks,
* when a launcher app shows shortcuts for an activity, it should first show
* the static shortcuts, followed by the dynamic shortcuts. Within each of those categories,
* shortcuts should be sorted by rank in ascending order.
*
* <p><em>Floating shortcuts</em>, or shortcuts that are neither static nor dynamic, will all * <p><em>Floating shortcuts</em>, or shortcuts that are neither static nor dynamic, will all
* have rank 0, because they aren't sorted. * have rank 0, because they aren't sorted.
* *