Loading services/core/java/com/android/server/wm/RunningTasks.java +2 −3 Original line number Diff line number Diff line Loading @@ -99,9 +99,8 @@ class RunningTasks { // the task's profile return; } if (!mAllowed && !task.isActivityTypeHome()) { // Skip if the caller isn't allowed to fetch this task, except for the home // task which we always return. if (!mAllowed) { // Skip if the caller isn't allowed to fetch this task return; } } Loading Loading
services/core/java/com/android/server/wm/RunningTasks.java +2 −3 Original line number Diff line number Diff line Loading @@ -99,9 +99,8 @@ class RunningTasks { // the task's profile return; } if (!mAllowed && !task.isActivityTypeHome()) { // Skip if the caller isn't allowed to fetch this task, except for the home // task which we always return. if (!mAllowed) { // Skip if the caller isn't allowed to fetch this task return; } } Loading