Not sure if this helps, but I had the issue under Donut as well and resolved it by removing the theme I'd chosen for the application. For some reason, Android was having a fit trying to hide the title bar and display a dialog at the same time...
This was the offending code: android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" -- 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

