I'm trying to assign the below string from the strings.xml file for a TextView android:text property. I'm unable to get the link to show up as a clickable hyperlink. Any suggestions? I've tried the below techniques.
<string name="no_device_body">click following link: <![CDATA[<a href="http://cnn.com">link1</a>]]>
</string>
<string name="no_device_body">click following link: http://cnn.com">
</string>