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

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

Merge "Use the correct flags"

parents d227a66a f1c5991a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8430,7 +8430,7 @@ public class PackageManagerService extends IPackageManager.Stub {
            }
        } else {
            // Modify state for the given package setting
            commitPackageSettings(pkg, pkgSetting, user, policyFlags,
            commitPackageSettings(pkg, pkgSetting, user, scanFlags,
                    (policyFlags & PackageParser.PARSE_CHATTY) != 0 /*chatty*/);
        }
        return pkg;