Follow rename.

Change-Id: I255df1429b999943d7b3d2ca2b453045f195fdb9
This commit is contained in:
Dianne Hackborn
2010-09-03 12:53:20 -07:00
parent 0293009389
commit 2d5cd1dfbc

View File

@@ -666,7 +666,7 @@ public class RunningState {
proc.mDependentProcesses.clear();
}
if ((pi.flags&ActivityManager.RunningAppProcessInfo.FLAG_HEAVY_WEIGHT) != 0) {
if ((pi.flags&ActivityManager.RunningAppProcessInfo.FLAG_CANT_SAVE_STATE) != 0) {
if (!mHeavyProcesses.contains(proc)) {
changed = true;
mHeavyProcesses.add(proc);