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

Commit 4819b5e9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refresh the cache on new package installation." into sc-dev

parents a8bb1195 49a88f66
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*/);