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

Commit 88ab8c8d authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 0eaeb69d: Merge "Do not bother to remove pending installs" into jb-dev

* commit '0eaeb69d':
  Do not bother to remove pending installs
parents f2326a49 0eaeb69d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -523,7 +523,6 @@ public class PackageManagerService extends IPackageManager.Stub {
                        // Something seriously wrong. Bail out
                        Slog.e(TAG, "Cannot bind to media container service");
                        for (HandlerParams params : mPendingInstalls) {
                            mPendingInstalls.remove(0);
                            // Indicate service bind error
                            params.serviceError();
                        }
@@ -575,7 +574,6 @@ public class PackageManagerService extends IPackageManager.Stub {
                        if (!connectToService()) {
                            Slog.e(TAG, "Failed to bind to media container service");
                            for (HandlerParams params : mPendingInstalls) {
                                mPendingInstalls.remove(0);
                                // Indicate service bind error
                                params.serviceError();
                            }