Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f16f9be8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix appId to killApplication when hiding packages"

parents dffb4587 6b93c8a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;