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

Commit 6de0193e authored by Sanjana Sunil's avatar Sanjana Sunil Committed by Android (Google) Code Review
Browse files

Merge "PackageManagerService: Check for duplicate inactive factory packages"

parents 699d0fa2 56172ee8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1594,11 +1594,11 @@ public class ComputerEngine implements Computer {
                list.addAll(mApexManager.getFactoryPackages());
            } else {
                list.addAll(mApexManager.getActivePackages());
            }
                if (listUninstalled) {
                    list.addAll(mApexManager.getInactivePackages());
                }
            }
        }
        return new ParceledListSlice<>(list);
    }