Try this, works for me,

hiding (called on Activity):
      getWindow().addFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN);

showing (called on Activity):
      getWindow().clearFlags
(WindowManager.LayoutParams.FLAG_FULLSCREEN);

Michael



On Jan 19, 3:19 pm, "Dianne Hackborn" <hack...@android.com> wrote:
> Unfortunately you can't currently hide and show the status bar dynamically.
>

--~--~---------~--~----~------------~-------~--~----~
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