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

Commit bf9b900f authored by Sean Stout's avatar Sean Stout Committed by Android (Google) Code Review
Browse files

Merge "Add hidden API to retrieve ActivityInfo"

parents e2086954 b93a8809
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -129,6 +129,16 @@ public class LauncherActivityInfo {
        return mInternal.getActivityInfo().flags;
    }

    /**
     * Returns the ActivityInfo of the activity.
     *
     * @return Activity Info
     * @hide
     */
    public ActivityInfo getActivityInfo() {
        return mInternal.getActivityInfo();
    }

    /**
     * Returns the application info for the appliction this activity belongs to.
     * @return