Html.fromHtml Not Working With Bold Text In Body While Share Intent In Email
String mailContent = 'boldText:' I tried below also but not working. String mailContent = 'boldText:' Email intent. Intent sendInt
Solution 1:
As per R&D, I found that this is not possible in new Gmail because Gmail introduces own editor in the mail. Thanks
Solution 2:
You can use Constant Value: "android.intent.extra.HTML_TEXT"
along with EXTRA_TEXT
Post a Comment for "Html.fromHtml Not Working With Bold Text In Body While Share Intent In Email"