The default TextView used by AlertDialog doens't have autoLink set.
Create your own TextView (doesn't matter: xml or code) and use it with AlertDialog.Builder.setView().
The standard AlertDialog layout can be found here, so you can make your TextView look the same:
android-sdk-<windows>\platforms\android-<API level>\data\res\layout -- Kostya 03.05.2011 17:42, dashman пишет:
I'd like to display an alert dialog text with an url to an email address. user can tap on the link and then mail program opens. how can i do this.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com -- 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

