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

Commit 962b4ad2 authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

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

am: 13eef357

Change-Id: I94d6ec64d861a687d4bda6ef900d092c3401bc03
parents e053d21d 13eef357
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18548,7 +18548,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(