diff --git a/core/java/android/content/pm/parsing/PackageInfoWithoutStateUtils.java b/core/java/android/content/pm/parsing/PackageInfoWithoutStateUtils.java index 980f10d5e688f..26004ff842a24 100644 --- a/core/java/android/content/pm/parsing/PackageInfoWithoutStateUtils.java +++ b/core/java/android/content/pm/parsing/PackageInfoWithoutStateUtils.java @@ -397,7 +397,7 @@ public class PackageInfoWithoutStateUtils { } // CompatibilityMode is global state. - if (!ParsingPackageUtils.sCompatibilityModeEnabled) { + if (!android.content.pm.PackageParser.sCompatibilityModeEnabled) { ai.disableCompatibilityMode(); }