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

Commit 27030524 authored by Craig Mautner's avatar Craig Mautner
Browse files

Hide stackId from prying eyes.

Member variable does not have to be publicly visible.

Fixes bug 10461556.

Change-Id: I9aeaf4f451738b1d6dc0289afb1deae6e8f7e5c2
parent 74596aaa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2992,7 +2992,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;