Merge commit '5d6d773fab559fdc12e553d60d789f3991ac552c' into donut * commit '5d6d773fab559fdc12e553d60d789f3991ac552c': AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk).
This commit is contained in:
committed by
The Android Open Source Project
commit
b910811136
@@ -5644,6 +5644,7 @@ class PackageManagerService extends IPackageManager.Stub {
|
|||||||
}
|
}
|
||||||
p = new PackageSetting(name, codePath, resourcePath, vc, pkgFlags);
|
p = new PackageSetting(name, codePath, resourcePath, vc, pkgFlags);
|
||||||
p.setTimeStamp(codePath.lastModified());
|
p.setTimeStamp(codePath.lastModified());
|
||||||
|
p.sharedUser = sharedUser;
|
||||||
if (sharedUser != null) {
|
if (sharedUser != null) {
|
||||||
p.userId = sharedUser.userId;
|
p.userId = sharedUser.userId;
|
||||||
} else if (MULTIPLE_APPLICATION_UIDS) {
|
} else if (MULTIPLE_APPLICATION_UIDS) {
|
||||||
|
|||||||
Reference in New Issue
Block a user