Merge commit '1cc3202d0e6b888b59a1d73039f73213c4a72849' * commit '1cc3202d0e6b888b59a1d73039f73213c4a72849': Follow rename.
This commit is contained in:
@@ -666,7 +666,7 @@ public class RunningState {
|
|||||||
proc.mDependentProcesses.clear();
|
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)) {
|
if (!mHeavyProcesses.contains(proc)) {
|
||||||
changed = true;
|
changed = true;
|
||||||
mHeavyProcesses.add(proc);
|
mHeavyProcesses.add(proc);
|
||||||
|
Reference in New Issue
Block a user