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

Commit ac738a25 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Hide stackId from prying eyes." into klp-dev

parents d381680b 27030524
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2991,7 +2991,6 @@ package android.app {
    field public int id;
    field public android.content.ComponentName origActivity;
    field public int persistentId;
    field public int stackId;
  }
  public static class ActivityManager.RunningAppProcessInfo implements android.os.Parcelable {
+1 −0
Original line number Diff line number Diff line
@@ -490,6 +490,7 @@ public class ActivityManager {

        /**
         * The id of the ActivityStack this Task was on most recently.
         * @hide
         */
        public int stackId;