Skip to content

Commit c600e21

Browse files
author
Amith Yamasani
committed
Mixed up uid and user-id.
1000 is not a userId ! Potential fix for #5990664,#6008692 Change-Id: I528e742e494bc24beef7b59ccb315b7a5d4e84fe
1 parent 3be5c85 commit c600e21

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
@@ -7816,7 +7816,7 @@ public void run() {
78167816
/* TODO: Send this to all users */
78177817
broadcastIntentLocked(null, null, intent, null, finisher,
78187818
0, null, null, null, true, false, MY_PID, Process.SYSTEM_UID,
7819-
Process.SYSTEM_UID);
7819+
0 /* UserId zero */);
78207820
if (finisher != null) {
78217821
mWaitingUpdate = true;
78227822
}

0 commit comments

Comments
 (0)