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

Commit f4f78591 authored by Victor Hsieh's avatar Victor Hsieh Committed by Android (Google) Code Review
Browse files

Merge "Replace pm.dexopt.priv-apps with existing constant" into pi-dev

parents 8a047a0c b2d754ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10355,7 +10355,7 @@ public class PackageManagerService extends IPackageManager.Stub
        if (Build.IS_DEBUGGABLE &&
                pkg.isPrivileged() &&
                !SystemProperties.getBoolean("pm.dexopt.priv-apps", true)) {
                !SystemProperties.getBoolean(PROPERTY_NAME_PM_DEXOPT_PRIV_APPS_OOB, true)) {
            PackageManagerServiceUtils.logPackageHasUncompressedCode(pkg);
        }