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

Commit e5186c12 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 40602179: Merge "Default icon is shown after uninstalling updated priv-app"

* commit '40602179':
  Default icon is shown after uninstalling updated priv-app
parents 49a93f52 40602179
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4287,6 +4287,8 @@ public class PackageManagerService extends IPackageManager.Stub {
                                + " to " + scanFile);
                        updatedPkg.codePath = scanFile;
                        updatedPkg.codePathString = scanFile.toString();
                        updatedPkg.resourcePath = scanFile;
                        updatedPkg.resourcePathString = scanFile.toString();
                        // This is the point at which we know that the system-disk APK
                        // for this package has moved during a reboot (e.g. due to an OTA),
                        // so we need to reevaluate it for privilege policy.