Android微信、QQ等分享,无需申请key,经过Intent进行分享。

/** * 单文件分享 */ private void shareSingleFile() { Uri uri = Uri.fromFile(new File(“文件路径”)); Intent shareIntent = new Intent(Intent.ACTION_SEND); shareIntent.putExtra(Intent.EXTRA_STREAM, uri
相关文章
相关标签/搜索