Hi and thank you for your consideration.
I am trying to put a clickable web link inside a TextView in an App Widget.
updateViews.setTextViewText(R.id.text, "http://www.youtube.com/watch?v=Fbzcy7NxBuE");
updateViews.setInt(R.id.text, "setAutoLinkMask", Linkify.WEB_URLS);
But I am getting mixed results:
- either I am not able to click on the link,
- or I get "Unfortunately, Launcher has stopped" (using Nexus 7)
Please is it possible to put clickable web links in App Widgets??
thanks