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

This commit is contained in:
Craig Mautner
2013-08-27 21:20:30 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -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 {

View File

@@ -490,6 +490,7 @@ public class ActivityManager {
/**
* The id of the ActivityStack this Task was on most recently.
* @hide
*/
public int stackId;