Loading services/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
services/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading