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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user