setFullScreenOnWindowFocusChanged

open fun setFullScreenOnWindowFocusChanged(activity: Activity, hasFocus: Boolean)

Sets the Android fullscreen flags. Expected to be called from onWindowFocusChanged.

Parameters

activity

the Activity on which the full screen mode will be set.

hasFocus

the hasFocus flag passed from the onWindowFocusChanged callback.