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

Commit c600e21f authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Mixed up uid and user-id.

1000 is not a userId !

Potential fix for #5990664,#6008692

Change-Id: I528e742e494bc24beef7b59ccb315b7a5d4e84fe
parent 3be5c856
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7816,7 +7816,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                        /* TODO: Send this to all users */
                        broadcastIntentLocked(null, null, intent, null, finisher,
                                0, null, null, null, true, false, MY_PID, Process.SYSTEM_UID,
                                Process.SYSTEM_UID);
                                0 /* UserId zero */);
                        if (finisher != null) {
                            mWaitingUpdate = true;
                        }