Android share Intent with clickable link
问题 I have looked around the web but have yet to find a solution that fits my specific need. I am looking for a way to share information with a share intent that provides a clickable link, something like: Check out this news article via Jimmy's News App I have successfully set up a share intent in my android app which looks like this: Intent shareIntent = new Intent(); shareIntent.setAction(Intent.ACTION_SEND); shareIntent.putExtra(Intent.EXTRA_SUBJECT, "Subject Text"); shareIntent.putExtra