De-restrict LoadedApk.getCompatibilityInfo().
It is relied on by blaze mobile-install. Bug: 172409979 Change-Id: Idefbd92fd4a2887f49b50455478b96435b6ce351 Fixes: 172083033
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user