Parent #16062 [Display#getRealSize and getRealMetrics: deprecation](https://developer.android.com/about/versions/12/behavior-changes-all#displaymetrics) `WindowMetrics` API was introduced in `Android 11` and these methods were deprecated: `Display.getSize()` `Display.getMetrics()` In `Android 12`, following additional methods are deprecated: `Display.getRealSize()` `Display.getRealMetrics()` It is recommended to use `WindowMetrics` instead of these deprecated methods. Also, consider replacing deprecated methods from `WordPress-Utils-Android`'s `DisplayUtils` and `ImageUtils` wherever applicable.