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

Commit ea555e27 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Mixed up uid and user-id."

parents d658c024 c600e21f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6995,7 +6995,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;
                        }