Reconcile cupcake history into donut

Merge commit '5d6d773fab559fdc12e553d60d789f3991ac552c' into HEAD
This commit is contained in:
Jean-Baptiste Queru
2009-05-22 14:34:57 -07:00

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) {