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

Commit 22132d79 authored by Craig Mautner's avatar Craig Mautner
Browse files

Make affiliatedTaskId public and unhidden.

Allow apps to see which of their tasks are affiliated in the
RecentTaskInfo returned by getAppTasks().

Fixes bug 16546323.

Change-Id: I54d75c02c194f58fb6513fa91c312289460f56b4
parent a7dc1702
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3601,6 +3601,7 @@ package android.app {
    method public void readFromParcel(android.os.Parcel);
    method public void writeToParcel(android.os.Parcel, int);
    field public static final android.os.Parcelable.Creator CREATOR;
    field public int affiliatedTaskId;
    field public android.content.Intent baseIntent;
    field public java.lang.CharSequence description;
    field public int id;
+0 −1
Original line number Diff line number Diff line
@@ -697,7 +697,6 @@ public class ActivityManager {

        /**
         * Task affiliation for grouping with other tasks.
         * @hide
         */
        public int affiliatedTaskId;