I am now developing on Android 4-based TV. The bottom status bar is not as 
useful as on the touch screen (since features are now mapped on remote 
control), and it is causing us issues. For example:

- when in game, you can hide it but it just leave a black bar below
- I can't do full screen video playback - the status bar is hiding some of 
the video

Is it possible to totally remove the status bar in the program? I tried the 
usual including setting Theme.NoTitleBar.Fullscreen theme, setting the 
following:

        getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, 
WindowManager.LayoutParams.FLAG_FULLSCREEN);

But the status bar remains there. Thanks for any help!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to