开发者

MMs code for android

开发者 https://www.devze.com 2023-01-07 17:40 出处:网络
How to Attach video file to my application , and how to show video in videoview ? have a开发者_Python百科ny idea about send sms with attached videofile means(mms) in android?

How to Attach video file to my application , and how to show video in videoview ? have a开发者_Python百科ny idea about send sms with attached videofile means(mms) in android? if possible , any body give me the Sample code about it??


Intent sendIntent = new Intent(Intent.ACTION_SEND); 
sendIntent.putExtra("sms_body", "some text"); 
sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse(url));
sendIntent.setType("video/mpeg"); 

That should be all you need.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号