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
Post a Comment