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

Commit 75c66458 authored by Dan Morrill's avatar Dan Morrill Committed by Android Git Automerger
Browse files

am 8325c3a8: Backporting I57c58c4083bd59f45095c184d6ca5a302f79ff6e to HC-MR1....

am 8325c3a8: Backporting I57c58c4083bd59f45095c184d6ca5a302f79ff6e to HC-MR1. New change since file was renamed, making cherry-pick impossible.

* commit '8325c3a8':
  Backporting I57c58c4083bd59f45095c184d6ca5a302f79ff6e to HC-MR1. New change since file was renamed, making cherry-pick impossible.
parents d0d44c4e 8325c3a8
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -9323,6 +9323,19 @@ class PackageManagerService extends IPackageManager.Stub {
            }
            mPendingPackages.clear();

            /*
             * Make sure all the updated system packages have their shared users
             * associated with them.
             */
            final Iterator<PackageSetting> disabledIt = mDisabledSysPackages.values().iterator();
            while (disabledIt.hasNext()) {
                final PackageSetting disabledPs = disabledIt.next();
                final Object id = getUserIdLP(disabledPs.userId);
                if (id != null && id instanceof SharedUserSetting) {
                  disabledPs.sharedUser = (SharedUserSetting) id;
                }
            }

            readStoppedLP();

            mReadMessages.append("Read completed successfully: "