Hi.

I have an app that performs an asynchronous login as part of its
startup sequence.  This  eventually displays a list of items.

A separate thread performs integrity checks on a database on the
sdcard during the startup sequence.  If something is unexpected, I do
a sendBroadcast() that triggers a showDialog() on my base activity
class.  This asks the user on how to react to the unexpected event.

My problem is: this dialog disappears as soon as the startup sequence
finishes and displays the list of items.  Is it possible to make my
dialog stay on top no matter what?

Best regards,
Henrik

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