Merge "ShortcutManaegr: bug fixes" into nyc-mr1-dev
am: 5b9d876ef5
* commit '5b9d876ef5bf4613d9ef89148c1ab021c473c02e':
ShortcutManaegr: bug fixes
Change-Id: I3823ba8a62a853d0ee49ec7626778b8fa09adbab
This commit is contained in:
@@ -243,7 +243,9 @@ public class LauncherApps {
|
||||
}
|
||||
|
||||
/**
|
||||
* If non-null, returns only shortcuts associated with the activity.
|
||||
* If non-null, returns only shortcuts associated with the activity, which are
|
||||
* {@link ShortcutInfo}s that have null {@link ShortcutInfo#getActivityComponent()}, or
|
||||
* {@link ShortcutInfo#getActivityComponent()} equals to {@code activity}.
|
||||
*/
|
||||
public void setActivity(@Nullable ComponentName activity) {
|
||||
mActivity = activity;
|
||||
|
||||
Reference in New Issue
Block a user