Skip to content
Snippets Groups Projects
Commit 2fccb66d authored by Chris Tate's avatar Chris Tate Committed by Gerrit Code Review
Browse files

Merge "Fix a bug disappearing installerPackageName info of packages after reboot."

parents b4db7923 7ee9a4ef
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,7 @@ class PackageSettingBase extends GrantedPermissions {
}
installStatus = base.installStatus;
keySetData = base.keySetData;
installerPackageName = base.installerPackageName;
}
private PackageUserState modifyUserState(int userId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment