Android 信息分享实现
摘要:
一、短信分享 01Intent intent = new Intent(Intent.ACTION_SEND);02// intent.setType("text/plain"); //纯文本03// 图片分享04intent.setType("image/png");05// 添加图片06File 阅读全文
posted @ 2016-02-19 11:50 Sun‘刺眼的博客 阅读(692) 评论(0) 推荐(0)
浙公网安备 33010602011771号