diff options
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarRecents.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarRecents.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarRecents.java index eaa1c20c9b0c..cbf7227dbed2 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarRecents.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarRecents.java @@ -88,8 +88,7 @@ class NavigationBarRecents extends LinearLayout { MAX_RECENTS, ActivityManager.RECENT_IGNORE_HOME_STACK_TASKS | ActivityManager.RECENT_IGNORE_UNAVAILABLE | - ActivityManager.RECENT_INCLUDE_PROFILES | - ActivityManager.RECENT_WITH_EXCLUDED, + ActivityManager.RECENT_INCLUDE_PROFILES, UserHandle.USER_CURRENT); if (DEBUG) Slog.d(TAG, "Got recents " + recentTasks.size()); removeMissingRecents(recentTasks); |