I have fullscreen activity and video view in my application.
NavigationBar
hides automaticaly in 5 seconds, when i don't touch a screen.
I've tried to add onSystemUiVisibilityChangeListener
to videoview
, and tried setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE)
, and i had no positive results.
What I need to do to prevent hiding navigationbar
?