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
相關文章
相關標籤/搜索