Android : Adding image in email -


i want add image in email, if add file sdcard working fine given below.

emailintent.putextra(intent.extra_stream, uri.parse("file///sdcard/images/thumb.jpg)")); 

but want add image assest. have tried many pernutation , combination uri.parse , uri.fromfile nothing works, can tel how path should add file assets. urgent.

isnt it?:

file:/// instead of file/// 

... missed ":"


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -