am 8b61b68b: Merge "Only install after MCS success" into gingerbread

Merge commit '8b61b68b648985df37197de204398f608c4ad8b1' into gingerbread-plus-aosp

* commit '8b61b68b648985df37197de204398f608c4ad8b1':
  Only install after MCS success
This commit is contained in:
Kenny Root
2010-07-30 17:00:01 -07:00
committed by Android Git Automerger

View File

@ -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() {