am 1cc3202d: am 2d5cd1df: Follow rename.

Merge commit '1cc3202d0e6b888b59a1d73039f73213c4a72849'

* commit '1cc3202d0e6b888b59a1d73039f73213c4a72849':
  Follow rename.
This commit is contained in:
Dianne Hackborn
2010-09-03 14:13:09 -07:00
committed by Android Git Automerger

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);