<https://lh3.googleusercontent.com/-_CGrCR484nI/Vx75g8mlNiI/AAAAAAAADPU/u9p6ZCmGOnYy_EWOfSMGvsp9gEgLDc-YACLcB/s1600/Screenshot_2016-04-26-10-41-42.png>

>
>>
>> See this is my code, But it simply show a symbol OBJ on the place of image
>
>  Intent intent = new Intent(Intent.ACTION_SEND);
>     intent.putExtra(Intent.EXTRA_EMAIL, "aaa.gmail.com");
>     intent.putExtra(Intent.EXTRA_TEXT, Html.fromHtml("<body><h1>Heading 
> Text</h1><img src='
> https://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png
> '></body>"));
>     intent.putExtra(Intent.EXTRA_SUBJECT, "subject");      
>         intent.putExtra(Intent.EXTRA_CC, "cc");
>         intent.setType("text/html");        
>         startActivity(intent);
>        
>
And this is what I get

<https://lh3.googleusercontent.com/-_CGrCR484nI/Vx75g8mlNiI/AAAAAAAADPU/u9p6ZCmGOnYy_EWOfSMGvsp9gEgLDc-YACLcB/s1600/Screenshot_2016-04-26-10-41-42.png>
 
 

>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/03eeb79d-8c5e-4f37-a463-2e97153aff6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to