Merge "Show non-top tasks in the docked stack in recents." into nyc-dev am: ddfc6f7

am: ff064a4

* commit 'ff064a4679c68c8553be6776f5b81a11f3318790':
  Show non-top tasks in the docked stack in recents.
This commit is contained in:
Wale Ogunwale
2016-03-28 21:17:51 +00:00
committed by android-build-merger
7 changed files with 27 additions and 15 deletions

View File

@@ -1410,10 +1410,10 @@ public class ActivityManager {
public static final int RECENT_IGNORE_HOME_STACK_TASKS = 0x0008;
/**
* Ignores all tasks that are on the docked stack.
* Ignores the top task in the docked stack.
* @hide
*/
public static final int RECENT_INGORE_DOCKED_STACK_TASKS = 0x0010;
public static final int RECENT_INGORE_DOCKED_STACK_TOP_TASK = 0x0010;
/**
* Ignores all tasks that are on the pinned stack.