diff --git a/services/core/java/com/android/server/am/ActivityManagerService.java b/services/core/java/com/android/server/am/ActivityManagerService.java index 928f6ef9934a7..f7cb8345e43f2 100644 --- a/services/core/java/com/android/server/am/ActivityManagerService.java +++ b/services/core/java/com/android/server/am/ActivityManagerService.java @@ -4391,7 +4391,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; } }