Is it possible to catch this exception when using mailto:
in TextView's
text?
Fatal Exception: android.content.ActivityNotFoundException No Activity found to handle Intent { act=android.intent.action.VIEW dat=mailto:xxxxxxx@xxxxx.xxx (has extras) } android.widget.TextView.onTouchEvent
<string name="about_text"><![CDATA[
Support: <a href="mailto:test@gmail.com">test@gmail.com</a>
]]></string>