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

Commit f62ff501 authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am 14176afa: Merge "Exposing taskDescription for apps to read from their own...

am 14176afa: Merge "Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622)" into lmp-dev

* commit '14176afa349fb17ba6327e12882e503fd84f41a0':
  Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622)
parents 377d9260 4f70cacd
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;