I am working on an android health check application - this application
has a text view for displaying status - within that text view I would
like the use to have the ability to take action to correct a problem.

To do think I would like to use links in the text view.  The problem I
am having is defining a link to some part of the android platform -
say WiFi Settings.

So if the health check finds a problem with the WiFi settings I would
like the use to click on a link that bring up WiFi Settings activity.

I can create a button - and start an intent to start this activity.

I can think of 2 approaches:

#1 - create a URI to the WiFi settings activity - but I am not sure
how to do this

#2 - Extend the URLSpan class and catch the onClick method - but this
seems like the wrong way to do this

Help is greatly appreciated

Thanks

Greg

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