Class android.app.ActivityManager.RunningTaskInfo
The superclass changed from java.lang.Object
to android.app.TaskInfo
.
Changed Fields | ||
---|---|---|
ComponentName baseActivity |
Field was locally defined, but is now inherited from TaskInfo .
|
|
CharSequence description |
Now deprecated. |
|
int id |
Now deprecated. |
|
int numActivities |
Field was locally defined, but is now inherited from TaskInfo .
|
|
int numRunning |
Now deprecated. |
|
Bitmap thumbnail |
Now deprecated. |
|
ComponentName topActivity |
Field was locally defined, but is now inherited from TaskInfo .
|