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

Commit 84011d51 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: I0c83f5cccc49a10ca9240cd2095277edf872f783
parents d5de331e 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();
        }