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

Commit c8a154f8 authored by Victor Hsieh's avatar Victor Hsieh Committed by android-build-merger
Browse files

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

am: f4f78591

Change-Id: I23947e85c07310074b4a57bb5db680837c57e977
parents e9ae13ca f4f78591
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10366,7 +10366,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);
        }