In my app, I am using the "Display ad over application window" option, and the app is automatically resized to fit whatever screen the user is using.

When I ask what the AdHeight is, I get the height of the ad on the device itself, which is not altered based on if the app has been resized. Is there any way we can find the exact pixel height that the Ad overlaps the app, instead of the pixel height on the users screen?

I suppose I could just do a calculation: ( ( [App Frame Size Y] / [Device Screen Size Y] ) * AdHeight )
But how are my chances to actually get this integrated into the Android Object?

Edit: Think I found a bug with the Android Object, if you "Get screen height" it returns the App's height, not the device's actual screen... is this intentional?