Merge "[ActivityManager] Prevent kill a restarted process again."

This commit is contained in:
Craig Mautner
2014-07-07 15:29:50 +00:00
committed by Gerrit Code Review

View File

@@ -12447,6 +12447,7 @@ public final class ActivityManagerService extends ActivityManagerNative
app.resetPackageList(mProcessStats);
app.unlinkDeathRecipient();
app.makeInactive(mProcessStats);
app.waitingToKill = null;
app.forcingToForeground = null;
app.foregroundServices = false;
app.foregroundActivities = false;