PackageSettingBase needs to copy volume UUID. am: 3b1c6e03f6 am: e63509b509
am: 12d2e98fe0
* commit '12d2e98fe07764475cae788aa6ff20406d1ee4c9':
PackageSettingBase needs to copy volume UUID.
This commit is contained in:
@@ -239,6 +239,7 @@ abstract class PackageSettingBase extends SettingBase {
|
|||||||
keySetData = base.keySetData;
|
keySetData = base.keySetData;
|
||||||
verificationInfo = base.verificationInfo;
|
verificationInfo = base.verificationInfo;
|
||||||
installerPackageName = base.installerPackageName;
|
installerPackageName = base.installerPackageName;
|
||||||
|
volumeUuid = base.volumeUuid;
|
||||||
}
|
}
|
||||||
|
|
||||||
private PackageUserState modifyUserState(int userId) {
|
private PackageUserState modifyUserState(int userId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user