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

Commit f1c5991a authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Use the correct flags

Change-Id: Ieee49fb238d55ca7db635b18b67dbc2db809133e
Fixes: 32063793
Test: Manually ran the device
parent 8cad623c
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;