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

Commit 717e3290 authored by Kenny Guy's avatar Kenny Guy Committed by Android Git Automerger
Browse files

am 1f98d304: Remove LauncherApps method left for compat.

* commit '1f98d3047688e9ad51e1afc3cea842ad68914585':
  Remove LauncherApps method left for compat.
parents 11451ff4 65810072
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.
     *