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

Commit b525c3cf authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Fix broadcast to a specific user" into jb-mr1-dev

parents 2036a94a e98bde01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11745,7 +11745,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            users = mStartedUserArray;
        } else {
            // Caller wants broadcast to go to one specific user.
            users = mCurrentUserArray;
            users = new int[] {userId};
        }
        // Figure out who all will receive this broadcast.