From e9217a07292f6d1e7326bc52382e705e4d696165 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 8 Aug 2014 11:27:10 -0700 Subject: Exposing taskDescription for apps to read from their own AppTasks. (Bug 16826622) --- api/current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index da1ebae..7ac9a26 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 { -- cgit v1.1