Android学习笔记(十九)分享简单数据

发送文本内容    Android中使用ACTION_SEND最经常使用和最简单就是发送文本内容从一个Activity到另外一个。例如,内嵌的浏览器能够分享当前呈现的页面的URL,做为一个文本内容和其余程序共享。 例如: Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendInten
相关文章
相关标签/搜索