I want to share a text clicking on which the user will navigate to a url via android share intent.
For example:
"Visit google for more info."
In above text, on clicking google, user will be redirected to google.com. I need to achieve something like this instead of showing the user the complete url. What i have tried is making it an html link with href which doesnt work.
So, How should i achieve it?