Merge "Revert the usage of sCompatibilityModeEnabled" into sc-dev

This commit is contained in:
Jackal Guo
2021-05-12 01:17:31 +00:00
committed by Android (Google) Code Review

View File

@@ -397,7 +397,7 @@ public class PackageInfoWithoutStateUtils {
}
// CompatibilityMode is global state.
if (!ParsingPackageUtils.sCompatibilityModeEnabled) {
if (!android.content.pm.PackageParser.sCompatibilityModeEnabled) {
ai.disableCompatibilityMode();
}