Merge "Derestrict Resources.getDisplayAdjustments()."

This commit is contained in:
Mathew Inwood
2021-01-07 09:47:22 +00:00
committed by Gerrit Code Review

View File

@@ -2057,7 +2057,7 @@ public class Resources {
}
/** @hide */
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
@UnsupportedAppUsage(trackingBug = 176190631)
public DisplayAdjustments getDisplayAdjustments() {
final DisplayAdjustments overrideDisplayAdjustments = mOverrideDisplayAdjustments;
if (overrideDisplayAdjustments != null) {