Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 865791a0 authored by Guliz Tuncay's avatar Guliz Tuncay Committed by Android (Google) Code Review
Browse files

Merge "Fix getRunningTasks info leak"

parents 1bb318e0 952cb89f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;
            }
        }