The screen.avail properties account for system UI elements when calculating available screen space on Android.
This provides developers with the exact usable display area needed to accurately place application windows on Android.
These changes in screen.avail properties provide developers with the exact usable display area needed to accurately place application windows. Consequently, popups and windows appear in the correct locations without overlapping the operating system interface.