On Mon, Jan 26, 2009 at 11:39 AM, android_soft <cspeche...@gmail.com> wrote:
>
> Hi Damov,
> Your activity will only be PAUSED  if you use Dialog Theme for a
> PreferenceActivity. For other Themes, it is PAUSED and STOPPED, but
> not
> destroyed or killed. So if you want to restore the state you can do it
> in onResume... so no need to use Theme.Dialog in your case unless it
> looks good on your app.
>
> -Chander
>

Yes, I understand that - the thing is that I don't want my activity to
be stopped, because it's quite heavyweight, might be playing
background music, etc. so I'm left with the dialog theme.

Cheers,
Stoyan

--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to