am 8e1f2f88: Merge "Fix issue #2555171: Switching to app immediately after unmounting..." into froyo

Merge commit '8e1f2f8804a1f63c7a03a3eeced9ffdf6e6c3293' into froyo-plus-aosp

* commit '8e1f2f8804a1f63c7a03a3eeced9ffdf6e6c3293':
  Fix issue #2555171: Switching to app immediately after unmounting...
This commit is contained in:
Dianne Hackborn
2010-04-13 18:10:35 -07:00
committed by Android Git Automerger
2 changed files with 28 additions and 0 deletions

View File

@@ -144,6 +144,13 @@ public class ActivityManager {
*/
public static final int RECENT_WITH_EXCLUDED = 0x0001;
/**
* @hide
* TODO: Make this public. Provides a list that does not contain any
* recent tasks that currently are not available to the user.
*/
public static final int RECENT_IGNORE_UNAVAILABLE = 0x0002;
/**
* Return a list of the tasks that the user has recently launched, with
* the most recent being first and older ones after in order.