Merge commit '1cc3202d0e6b888b59a1d73039f73213c4a72849' * commit '1cc3202d0e6b888b59a1d73039f73213c4a72849': Follow rename.
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