De-restrict LoadedApk.getCompatibilityInfo().

It is relied on by blaze mobile-install.

Bug: 172409979
Change-Id: Idefbd92fd4a2887f49b50455478b96435b6ce351
Fixes: 172083033
This commit is contained in:
Mathew Inwood
2020-11-04 08:52:09 +00:00
parent c0b6daaf6b
commit 1676c29c07

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();
}