Skip to content

Commit ea555e2

Browse files
Amith YamasaniAndroid (Google) Code Review
authored andcommitted
Merge "Mixed up uid and user-id."
2 parents d658c02 + c600e21 commit ea555e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/am/ActivityManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6995,7 +6995,7 @@ public void run() {
69956995
/* TODO: Send this to all users */
69966996
broadcastIntentLocked(null, null, intent, null, finisher,
69976997
0, null, null, null, true, false, MY_PID, Process.SYSTEM_UID,
6998-
Process.SYSTEM_UID);
6998+
0 /* UserId zero */);
69996999
if (finisher != null) {
70007000
mWaitingUpdate = true;
70017001
}

0 commit comments

Comments
 (0)