Merge "Fix appId to killApplication when hiding packages"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f16f9be862
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user