Loading services/java/com/android/server/PackageManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
services/java/com/android/server/PackageManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading