Thanks all for the answers, I asked that question is because of the nuances of SystemUiVisibility flag if set inside a dialog. Specifically, when HIDE_NAVIGATION is set to a dialog A, and then dialog is dismissed, and when dialog is shown again it retains the SystemUiVisibility flags that was previously set. When I show another dialog B inside that dialog A, the SystemUiVisibility flag of A got reset to 0.
On Tue, May 1, 2012 at 4:49 AM, Kostya Vasilyev <[email protected]> wrote: > In particular, managed dialogs (shown with showDialog(id)) don't preserve > their relative z-order after an orientation change... > > DialogFragments, I believe, do. > > 2012/5/1 lbendlin <[email protected]> > >> It may be possible all right, but it sure smells like a bad user >> experience. >> >> On Tuesday, May 1, 2012 6:30:46 AM UTC-4, tarun sablok wrote: >> >>> It is very much possible ... just include the showDialog() function >>> with the ID of the dialog where you are handling the events of the dialog.. >>> >>> On Tue, May 1, 2012 at 6:46 AM, TreKing <[email protected]> wrote: >>> >>>> On Mon, Apr 30, 2012 at 7:27 PM, Agus <[email protected]> wrote: >>>> >>>>> Is showing dialog from a dialog possible? (Not an activity that gets >>>>> styled as a dialog.) >>>> >>>> >>>> What are you trying to do? >>>> >>>> ------------------------------**------------------------------** >>>> ------------------------------**------- >>>> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago >>>> transit tracking app for Android-powered devices >>>> >>>> -- >>>> 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 <[email protected]> >>>> To unsubscribe from this group, send email to >>>> android-developers+**[email protected]<android-developers%[email protected]> >>>> For more options, visit this group at >>>> http://groups.google.com/**group/android-developers?hl=en<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 >> > > -- > 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

