On Fri, Oct 22, 2010 at 5:14 PM, CMWiii <[email protected]> wrote:
> I think that may be true if a default hadn't been previously
> selected.  However, I want them to be prompted to
> select an app whether the default has been set or not.

Then use createChooser() on Intent to give you an Intent that will
bring up a list of candidate activities for the Intent.

However, this will not put the "make this the default" checkbox on the
dialog, either. The whole point behind the default is that it is the
default.

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

Reply via email to