samedi 27 juin 2015

How can I get special links from text in Android

I am having a problem getting the information of linked text in text message.
I was able to read sms messages by accessing content://sms/inbox and then access proper (in this case, body) column. But body contains plain text of the message, no information about the link.
For instance, if I have a text message like: call me HERE, which HERE is internally linked to phone number, is there anyway to find that HERE is internally linked and also the link for that? In other words, how can I get a information like call me <a href="tel:12345">HERE</a>

Aucun commentaire:

Enregistrer un commentaire