Added in API level 21
ActivityManager.TaskDescription
public
static
class
ActivityManager.TaskDescription
extends Object
implements
Parcelable
| java.lang.Object | |
| ↳ | android.app.ActivityManager.TaskDescription |
Information you can set and retrieve about the current activity within the recent task list.
Summary
Nested classes | |
|---|---|
class |
ActivityManager.TaskDescription.Builder
Provides a convenient way to set the fields of a |
Inherited constants |
|---|
Fields | |
|---|---|
public
static
final
Creator<ActivityManager.TaskDescription> |
CREATOR
|
Public constructors | |
|---|---|
TaskDescription()
This constructor is deprecated.
Use |
|
TaskDescription(ActivityManager.TaskDescription td)
Creates a copy of another TaskDescription. |
|
TaskDescription(String label)
This constructor is deprecated.
Use |
|
| |