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

Commit 2df3d4e0 authored by Daniel Norman's avatar Daniel Norman Committed by Gerrit Code Review
Browse files

Merge "PackageManagerService: Check for duplicate inactive factory packages"

parents 1716adec cdaa918e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3538,11 +3538,11 @@ public class PackageManagerService extends IPackageManager.Stub
                    list.addAll(mApexManager.getFactoryPackages());
                } else {
                    list.addAll(mApexManager.getActivePackages());
                }
                    if (listUninstalled) {
                        list.addAll(mApexManager.getInactivePackages());
                    }
                }
            }
            return new ParceledListSlice<>(list);
        }