Merge "De-restrict LoadedApk.getCompatibilityInfo()."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e7b1832d7e
@@ -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