I want to expose a portion of my app with an intent that will only
display a simple dialog box for system setting. The only way I
currently know how to do this is to have an activity that accepts an
intent. In the activity I don't use setContentView. I only create and
show the dialog. The activity is finished after you press OK from the
dialog.

This is kind of okay, but the activity shows as a black backdrop under
the dialog, until you press OK which brings you back to the last
application. I'd like to just be able to show the dialog on top of the
calling Activity. Any idea on how this can be done? CAN it be done?
--~--~---------~--~----~------------~-------~--~----~
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