They do get cleared. So if you turn on low profile, and the user does something in the nav bar or system bar to take it out of low profile, you will get a callback about the change and it will be cleared from your window. Otherwise it would keep trying to go back to low profile mode.
On Fri, Apr 27, 2012 at 11:15 AM, Agus <[email protected]> wrote: > Hi Dianne, > > Why is the systemUiVisibility for the activity window not get reset when > the dialog get dismissed? > > -Agus. > > > On Fri, Apr 27, 2012 at 11:12 AM, Dianne Hackborn <[email protected]>wrote: > >> 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 >> > > -- > 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

