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

Commit 11c67c92 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

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

* commit '7db48ed0':
  Reset killedByAm flag at attachApplicationLocked
parents 082c0540 7db48ed0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6098,6 +6098,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);