diff options
author | Winson Chung <winsonc@google.com> | 2014-08-08 20:53:46 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-08 16:09:03 +0000 |
commit | 4f70cacd45ca29e249cbfedf9ef8740eb1df9124 (patch) | |
tree | 6fe813929f0baea79eb285c41abdfdf35860726b /api | |
parent | 40bc0186d0f8945603760c606a6816f0d5ee6e28 (diff) | |
parent | e9217a07292f6d1e7326bc52382e705e4d696165 (diff) | |
download | frameworks_base-4f70cacd45ca29e249cbfedf9ef8740eb1df9124.zip frameworks_base-4f70cacd45ca29e249cbfedf9ef8740eb1df9124.tar.gz frameworks_base-4f70cacd45ca29e249cbfedf9ef8740eb1df9124.tar.bz2 |
Merge "Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622)" into lmp-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 8514584..d4bffe8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -3673,6 +3673,7 @@ package android.app { field public int id; field public android.content.ComponentName origActivity; field public int persistentId; + field public android.app.ActivityManager.TaskDescription taskDescription; } public static class ActivityManager.RunningAppProcessInfo implements android.os.Parcelable { |