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

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

am 0ecbe9d6: am 14176afa: Merge "Exposing taskDescription for apps to read...

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

* commit '0ecbe9d6882d1d4138d4b9ca390c96c7014b692c':
  Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622)
parents 6ac9592e f62ff501
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;