* commit 'e5186c12ec1c95b75d0fef1a38f94483e31aae6f': Default icon is shown after uninstalling updated priv-app
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user