On Monday, April 25, 2016 at 11:30:55 PM UTC+5:30, Richard wrote:
>
>
>
> > Date: Monday, April 25, 2016 09:48:10 -0700 
> > From: kevin kuloth <[email protected] <javascript:>> 
> > 
>
> 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);
        

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/fa69b9b8-6c62-4a68-b889-1a8a73449cb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to