It's more complicated than that.  Each window can make a request fot the
system UI visibility, but since there is only one system UI at some level
this is global.  The top-most application gets to control it.  That is why
there is:

http://developer.android.com/reference/android/view/View.OnSystemUiVisibilityChangeListener.html


On Thu, Apr 26, 2012 at 5:14 PM, Mark Murphy <[email protected]>wrote:

> On Thu, Apr 26, 2012 at 8:07 PM, Agus <[email protected]> wrote:
> > I am wondering if systemUiVisibility flag set via setSystemUiVisibility
> is a
> > global flag across apps?
>
> No. You only affect your app with that flag.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android Training...At Your Office: http://commonsware.com/training
>
> --
> 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
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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