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" <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to