android 调用系统分享图片及文字

调用系统分享文字: public static void shareText(Context context, String extraText) { Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain"); intent.putExtra(Intent.EXTRA_SUBJECT, "链接分享");
相关文章
相关标签/搜索