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

Commit d485c76b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am c8e8a12b: Merge "Fix issue #3289835: NullPointerException in..." into gingerbread

* commit 'c8e8a12b':
  Fix issue #3289835: NullPointerException in...
parents d90bc225 c8e8a12b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5699,6 +5699,9 @@ class PackageManagerService extends IPackageManager.Stub {
        res.removedInfo.removedPackage = packageName;
        // Remove existing system package
        removePackageLI(oldPkg, true);
        synchronized (mPackages) {
            mSettings.disableSystemPackageLP(packageName);
        }
        
        // Successfully disabled the old package. Now proceed with re-installation
        mLastScanError = PackageManager.INSTALL_SUCCEEDED;