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

Commit 8b61b68b authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Only install after MCS success" into gingerbread

parents d2165cfc 6f89fa07
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5019,8 +5019,13 @@ class PackageManagerService extends IPackageManager.Stub {

        @Override
        void handleReturnCode() {
            // If mArgs is null, then MCS couldn't be reached. When it
            // reconnects, it will try again to install. At that point, this
            // will succeed.
            if (mArgs != null) {
                processPendingInstall(mArgs, mRet);
            }
        }

        @Override
        void handleServiceError() {