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

* commit '4060217905d805897141b028126e0aa51136cf7b':
  Default icon is shown after uninstalling updated priv-app
This commit is contained in:
Jeff Sharkey
2014-11-19 17:49:07 +00:00
committed by Android Git Automerger

View File

@@ -4287,6 +4287,8 @@ public class PackageManagerService extends IPackageManager.Stub {
+ " to " + scanFile); + " to " + scanFile);
updatedPkg.codePath = scanFile; updatedPkg.codePath = scanFile;
updatedPkg.codePathString = scanFile.toString(); updatedPkg.codePathString = scanFile.toString();
updatedPkg.resourcePath = scanFile;
updatedPkg.resourcePathString = scanFile.toString();
// This is the point at which we know that the system-disk APK // 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), // for this package has moved during a reboot (e.g. due to an OTA),
// so we need to reevaluate it for privilege policy. // so we need to reevaluate it for privilege policy.