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

Commit 4f70cacd authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Exposing taskDescription for apps to read from their own AppTasks. (Bug...

Merge "Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622)" into lmp-dev
parents 40bc0186 e9217a07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3673,6 +3673,7 @@ package android.app {
    field public int id;
    field public android.content.ComponentName origActivity;
    field public int persistentId;
    field public android.app.ActivityManager.TaskDescription taskDescription;
  }
  public static class ActivityManager.RunningAppProcessInfo implements android.os.Parcelable {
+0 −2
Original line number Diff line number Diff line
@@ -690,8 +690,6 @@ public class ActivityManager {
        /**
         * The recent activity values for the highest activity in the stack to have set the values.
         * {@link Activity#setTaskDescription(android.app.ActivityManager.TaskDescription)}.
         *
         * @hide
         */
        public TaskDescription taskDescription;