How can I hide Status bar and show on touch as in the video players in Android 4.0.3? I tried use
setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION), setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE) and setSystemUiVisibility(View.STATUS_BAR_VISIBLE)
on tablets, but it's not work.