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

Commit 63caeaf9 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

Merge "Expose getTaskInfo on TaskView" into tm-qpr-dev

parents 9ce67ba2 0cde4a92
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -517,7 +517,9 @@ public class TaskView extends SurfaceView implements SurfaceHolder.Callback,
        getViewTreeObserver().removeOnComputeInternalInsetsListener(this);
    }

    ActivityManager.RunningTaskInfo getTaskInfo() {
    /** Returns the task info for the task in the TaskView. */
    @Nullable
    public ActivityManager.RunningTaskInfo getTaskInfo() {
        return mTaskInfo;
    }