Merge "De-restrict LoadedApk.getCompatibilityInfo()."

This commit is contained in:
Mathew Inwood
2020-11-04 13:00:00 +00:00
committed by Android (Google) Code Review

View File

@@ -286,7 +286,7 @@ public final class LoadedApk {
return mSecurityViolation;
}
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
@UnsupportedAppUsage(trackingBug = 172409979)
public CompatibilityInfo getCompatibilityInfo() {
return mDisplayAdjustments.getCompatibilityInfo();
}