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

* commit 'b525c3cfc7484c87fcf96b48447b2a220b25f519':
  Fix broadcast to a specific user
This commit is contained in:
Amith Yamasani
2012-10-01 13:08:10 -07:00
committed by Android Git Automerger

View File

@@ -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.