Android 调用系统的分享[完美实现同时分享图片和文字]

android 系统的分享功能java private void share(String content, Uri uri){ Intent shareIntent = new Intent(Intent.ACTION_SEND); if(uri!=null){ //uri 是图片的地址 shareIntent.putExtra(Intent.EXTR
相关文章
相关标签/搜索