Skip to content

Commit 6581007

Browse files
author
Kenny Guy
committed
Remove LauncherApps method left for compat.
Method was left while updating unbundled apps which have now been updated. Bug: 16864685 Change-Id: I687cb23a1b60b88eeb988f3cf2604dc24b739121
1 parent e2a8c53 commit 6581007

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

core/java/android/content/pm/LauncherApps.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -206,20 +206,6 @@ public LauncherActivityInfo resolveActivity(Intent intent, UserHandle user) {
206206
return null;
207207
}
208208

209-
/**
210-
* Starts an activity in the specified profile.
211-
*
212-
* @param component The ComponentName of the activity to launch
213-
* @param sourceBounds The Rect containing the source bounds of the clicked icon
214-
* @param opts Options to pass to startActivity
215-
* @param user The UserHandle of the profile
216-
* @hide remove before ship
217-
*/
218-
public void startActivityForProfile(ComponentName component, Rect sourceBounds,
219-
Bundle opts, UserHandle user) {
220-
startActivityForProfile(component, user, sourceBounds, opts);
221-
}
222-
223209
/**
224210
* Starts an activity in the specified profile.
225211
*

0 commit comments

Comments
 (0)