Merge "Insufficient ProcessRecord cleanup when persistent process is killed"

This commit is contained in:
Dianne Hackborn
2014-03-18 18:28:16 +00:00
committed by Gerrit Code Review

View File

@@ -12435,6 +12435,7 @@ public final class ActivityManagerService extends ActivityManagerNative
app.foregroundActivities = false;
app.hasShownUi = false;
app.hasAboveClient = false;
app.hasClientActivities = false;
mServices.killServicesLocked(app, allowRestart);