getwindowmanager().getdefaultdisplay() and display.getMetrics are deprecated
using this code, for Android 11 ,
private AdSize getAdSize() {
DisplayMetrics outMetrics = this.getResources().getDisplayMetrics();
}
It works well and shows ads if target sdk is set to 29. But, if changed to target sdk to 30, it shows no ads.
When the targetSdkVersion is 30, ads failed to load with error code 0.