On Wed, Aug 22, 2012 at 10:24 AM, TreKing <[email protected]> wrote: > On Wed, Aug 22, 2012 at 12:04 AM, Ubuntu guy <[email protected]> wrote: >> >> Is there any easy way to simulate this scenario? > > Show a dialog yourself.
Last time I checked, a Dialog does not have any impact on an activity lifecycle. A dialog-themed activity should work, though. One quick-and-dirty way to get one of those to display is to call startActivity() on an Intent that will result in a chooser. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- 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

