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

Commit 10773fa6 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

am: c8a154f8

Change-Id: I7ae0658100cd231d702ad5e1c34493e0aedff953
parents c3eb60ce c8a154f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10370,7 +10370,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);
        }