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

Commit fe667e0c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Refresh the cache on new package installation." into sc-dev am: 4819b5e9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15217512

Change-Id: I1afe4b03310480cfdad5c15e0679ea4cf23ad7ae
parents 82e00f01 4819b5e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6179,6 +6179,9 @@ public class PackageManagerService extends IPackageManager.Stub
        }
        if (succeeded) {
            // Clear the uid cache after we installed a new package.
            mPerUidReadTimeoutsCache = null;
            // Send the removed broadcasts
            if (res.removedInfo != null) {
                res.removedInfo.sendPackageRemovedBroadcasts(killApp, false /*removedBySystem*/);