I want put a link in my app, in actionbar, for sending email to others, for going to app market.
the app markets link, for opening chooser is:
market://details?id=info.shandel.maghalat.shariati
I write this string in the string file in values folder:
<string name="myMail_Body">Hi \n\n install this app \n\n click this link for going to your favorite market: \n\n market://details?id=info.shandel.maghalat.shariati" </string>
now, when app send email to others, market link is not a link and email reciever can not click it. it is text.
what can I do?
please help.
I am in iran. we, irainian, can not put our app in google play.
I want opening the market chooser in mobile, and user can select his/her favorite market among installed apps in his/her mobile.
please help me to convert:
"market://details?id=info.shandel.maghalat.shariati"
to a link in email body.
the problem is that: my address does not "http://".
when I try other address with prefix "http://", it works good.