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

Commit 7a8da97d 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: I288e408015cd1e526f5f6db6a3252c08677489bd
parents fda098ea 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*/);