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

Commit 5a6c1962 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 11c67c92: am 7db48ed0: Merge "Reset killedByAm flag at attachApplicationLocked"

* commit '11c67c92':
  Reset killedByAm flag at attachApplicationLocked
parents 0124980e 11c67c92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5843,6 +5843,7 @@ public final class ActivityManagerService extends ActivityManagerNative
        app.hasShownUi = false;
        app.debugging = false;
        app.cached = false;
        app.killedByAm = false;
        mHandler.removeMessages(PROC_START_TIMEOUT_MSG, app);