android.app
public
static
class
android.app.ActivityManager.RecentTaskInfo
Information you can retrieve about tasks that the user has most recently
started or visited.
Summary
Constants
Fields
| public |
|
|
Intent |
baseIntent |
The original Intent used to launch the task. |
| public |
|
|
int |
id |
If this task is currently running, this is the identifier for it. |
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
Creator
CREATOR
Fields
public
Intent
baseIntent
The original Intent used to launch the task. You can use this
Intent to re-launch the task (if it is no longer running) or bring
the current task to the front.
public
int
id
If this task is currently running, this is the identifier for it.
If it is not running, this will be -1.
Public Constructors
public
ActivityManager.RecentTaskInfo()
Public Methods
public
void
writeToParcel(Parcel dest)