Follow rename.
Change-Id: I255df1429b999943d7b3d2ca2b453045f195fdb9
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user