Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20a5fe41 authored by yuanhuihui's avatar yuanhuihui Committed by android-build-merger
Browse files

Merge "fix persistent process is killed and restart again and again" am: ae302cef

am: b322dc38

Change-Id: Ie1802af0a6f22cb69c3b62f0912363a299f8f453
parents a96c6e22 b322dc38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11465,6 +11465,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                && userId == UserHandle.USER_SYSTEM
                && (info.flags & PERSISTENT_MASK) == PERSISTENT_MASK) {
            r.persistent = true;
            r.maxAdj = ProcessList.PERSISTENT_PROC_ADJ;
        }
        addProcessNameLocked(r);
        return r;