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

Commit 40602179 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Gerrit Code Review
Browse files

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

parents d8435643 e50bc6fd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4242,6 +4242,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.