How do I hyperlink email addresses so that when clicked it takes user to a composed email from my strings.xml. In my strings.xml file I am hyperlinking text for normal urls with the following:
<![CDATA[<a href="http://google.com">Google website example</a>]]>
I tried to use a similar technique for emails, however nothing is happening.
<![CDATA[<a href="mailto:example@gmail.com">Email example</a>]]>
What am I doing wrong? Thanks in advance