Merge "Fix appId to killApplication when hiding packages"

This commit is contained in:
TreeHugger Robot
2020-08-18 22:49:17 +00:00
committed by Android (Google) Code Review

View File

@@ -13092,7 +13092,7 @@ public class PackageManagerService extends IPackageManager.Stub
return true;
}
if (sendRemoved) {
killApplication(packageName, UserHandle.getUid(userId, pkgSetting.appId),
killApplication(packageName, pkgSetting.appId, userId,
"hiding pkg");
sendApplicationHiddenForUser(packageName, pkgSetting, userId);
return true;