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

Commit 72df699c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix user-id for AMS.forceStopPackageLocked()"

parents 33243499 51848878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3575,7 +3575,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            // the package was initially frozen through KILL_APPLICATION_MSG, so
            // it doesn't hurt to use it again.)
            forceStopPackageLocked(app.info.packageName, UserHandle.getAppId(app.uid), false,
                    false, true, false, false, UserHandle.getUserId(app.userId), "start failure");
                    false, true, false, false, app.userId, "start failure");
            return false;
        }
    }