Android 調用系統分享(不使用第三方),指定QQ、微信等

分享文本信息 Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain"); intent.putExtra(Intent.EXTRA_TEXT,"This is a text"); startActivity(Intent.createChooser(intent,"Share")); 分享單張圖片 St
相關文章
相關標籤/搜索