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

Commit 09e9264f authored by Jackal Guo's avatar Jackal Guo Committed by Automerger Merge Worker
Browse files

Merge "Revert the usage of sCompatibilityModeEnabled" into sc-dev am: f849b0b7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14484638

Change-Id: Ia24d90017fd47d2cbb6bd05867e0b81f810dec0b
parents 2fda9df2 f849b0b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ public class PackageInfoWithoutStateUtils {
        }

        // CompatibilityMode is global state.
        if (!ParsingPackageUtils.sCompatibilityModeEnabled) {
        if (!android.content.pm.PackageParser.sCompatibilityModeEnabled) {
            ai.disableCompatibilityMode();
        }