I have HTML with standard links which correspond to commands I'd like to handle.
This is <a href="CMD:nice">a command</a>.
I populate a TextView with Html.fromHtml()
How can I use the Android Linkify system to convert the links to Linkify'ed ones?