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

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

Merge "Compare against correct user id to determine static lib clients" into oc-dev

parents 15734899 5ded03bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18531,7 +18531,7 @@ public class PackageManagerService extends IPackageManager.Stub
                        pkg.staticSharedLibVersion);
                if (libEntry != null) {
                    for (int currUserId : allUsers) {
                        if (userId != UserHandle.USER_ALL && userId != currUserId) {
                        if (removeUser != UserHandle.USER_ALL && removeUser != currUserId) {
                            continue;
                        }
                        List<VersionedPackage> libClientPackages = getPackagesUsingSharedLibraryLPr(