am 2275cd48: Merge "Copy user info from PackageSetting as well" into honeycomb
* commit '2275cd48a23d042d3196ccddbc83afa1630d0a41': Copy user info from PackageSetting as well
This commit is contained in:
@@ -7926,6 +7926,14 @@ class PackageManagerService extends IPackageManager.Stub {
|
||||
copyFrom(orig);
|
||||
}
|
||||
|
||||
public void copyFrom(PackageSetting base) {
|
||||
super.copyFrom((PackageSettingBase) base);
|
||||
|
||||
userId = base.userId;
|
||||
sharedUser = base.sharedUser;
|
||||
pkg = base.pkg;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "PackageSetting{"
|
||||
|
||||
Reference in New Issue
Block a user