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

Commit f3523586 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Install staged APKs before system is ready."

parents d419c75c 4df010eb
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -500,10 +500,7 @@ public class StagingManager {
        } else {
            // Session had already being marked ready. Start the checks to verify if there is any
            // follow-up work.
            // TODO(b/123690624): Resuming of session should happen before processes start. The
            //  potential problem here is that installation of APKs in the staged session might
            //  cause existing processes to restart.
            mBgHandler.post(() -> resumeSession(session));
            resumeSession(session);
        }
    }