am ac738a25: Merge "Hide stackId from prying eyes." into klp-dev
* commit 'ac738a25f8d0a9fcd5e30ad1a7b98683726c49f3': Hide stackId from prying eyes.
This commit is contained in:
@@ -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