i want to send a link for www.google.com in mms, but i want that its shows only "Google". when user click on "Google" its li开发者_如何学JAVAnk www.google.com should be open. please suggest its solution, thanks in advance
Try doing this directly in a SMIL file, which may look like this:
<smil>
<body>
<a href="http://www.google.com/">Google</a>
</body>
</smil>
This should be the only attachment to the MMS.
精彩评论