Why does this crash when touched:
text_link.setText(Html.fromHtml("<a href="HTTP://WWW.GOOGLE.COM">Test</a>"));
But this works fine:
text_link.setText(Html.fromHtml("<a href="http://www.google.com">Test</a>"));
The only difference is the url in the first is UPPERCASE and the bottom is not.