am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei

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:
Dianne Hackborn
2009-05-13 18:13:17 -07:00
committed by The Android Open Source Project

View File

@ -5644,6 +5644,7 @@ class PackageManagerService extends IPackageManager.Stub {
}
p = new PackageSetting(name, codePath, resourcePath, vc, pkgFlags);
p.setTimeStamp(codePath.lastModified());
p.sharedUser = sharedUser;
if (sharedUser != null) {
p.userId = sharedUser.userId;
} else if (MULTIPLE_APPLICATION_UIDS) {