Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65810072 authored by Kenny Guy's avatar Kenny Guy
Browse files

Remove LauncherApps method left for compat.

Method was left while updating unbundled apps
which have now been updated.

Bug: 16864685
Change-Id: I687cb23a1b60b88eeb988f3cf2604dc24b739121
parent e2a8c53f
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -206,20 +206,6 @@ public class LauncherApps {
        return null;
    }

    /**
     * Starts an activity in the specified profile.
     *
     * @param component The ComponentName of the activity to launch
     * @param sourceBounds The Rect containing the source bounds of the clicked icon
     * @param opts Options to pass to startActivity
     * @param user The UserHandle of the profile
     * @hide remove before ship
     */
    public void startActivityForProfile(ComponentName component, Rect sourceBounds,
            Bundle opts, UserHandle user) {
        startActivityForProfile(component, user, sourceBounds, opts);
    }

    /**
     * Starts an activity in the specified profile.
     *