Merge "Hide stackId from prying eyes." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ac738a25f8
@@ -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 {
|
||||
|
||||
@@ -490,6 +490,7 @@ public class ActivityManager {
|
||||
|
||||
/**
|
||||
* The id of the ActivityStack this Task was on most recently.
|
||||
* @hide
|
||||
*/
|
||||
public int stackId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user