Re: [android-developers] systemUiVisibility is a global flag across apps?
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.
--
Dianne Hackborn
Android framework engineer
hackbod@android.com
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.
-- On Fri, Apr 27, 2012 at 11:15 AM, Agus <agus.santoso@gmail.com> 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 <hackbod@android.com> 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 <mmurphy@commonsware.com> wrote:
On Thu, Apr 26, 2012 at 8:07 PM, Agus <agus.santoso@gmail.com> wrote:No. You only affect your app with that flag.
> I am wondering if systemUiVisibility flag set via setSystemUiVisibility is a
> global flag across apps?
--
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
Dianne Hackborn
Android framework engineer
hackbod@android.com
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
Dianne Hackborn
Android framework engineer
hackbod@android.com
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home