Link to the Android market in SMS
2 answers
Use an alternative URI market format :http://market.android.com/search?q=pname:com.google.zxing.client.android
This will be accepted by the SMS application and will become clickable, assuming that you are not using HTML formatting, as mentioned in danilo.
+6
You cannot use HTML in SMS. Simple market: // - Link will be processed by Android, but, apparently, the SMS application does not support its binding by default.
sms, .
, , Android- : http://code.google.com/p/android/issues/list
+2