English | Site Directory

Android - An Open Handset Alliance Project

android.app
public static class

android.app.ActivityManager.RecentTaskInfo

java.lang.Object
android.app.ActivityManager.RecentTaskInfo Parcelable

Information you can retrieve about tasks that the user has most recently started or visited.

Summary

Constants

      Value  
Creator  CREATOR       

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

          ActivityManager.RecentTaskInfo()

Public Methods

        void  writeToParcel(Parcel dest)
Methods inherited from class java.lang.Object
Methods inherited from interface android.os.Parcelable

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)

Build m5-rc15g - 14 May 2008 12:50