I create an email address and populate the message with a link containing a hash tag:
emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, "http://en.wikipedia.org/wiki/Android_(operating_system)#Software_development");
As soon as I post it and reopen it on Android, the default email client only links to http://en.wikipedia.org/wiki/Android_(operating_system)
Is there any way to fix this problem?
source
share