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

Commit 537dc4a2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed format of cmd user report-system-user-package-whitelist-problems" into main

parents cb1b3fdb e23f96c0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -379,7 +379,8 @@ class UserSystemPackageInstaller {
        final PackageManagerInternal pmInt = LocalServices.getService(PackageManagerInternal.class);

        // Check whether all system packages are indeed allowlisted.
        final String logMessageFmt = "System package %s is not allowlisted using "
        // NOTE: do NOT change it, as it's used by tests
        final String logMessageFmt = "System package %s is not whitelisted using "
                + "'install-in-user-type' in SystemConfig for any user types!";
        pmInt.forEachPackageState(packageState -> {
            var pkg = packageState.getAndroidPackage();