摘要: /** * 分享 */private void share() { Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain"); intent.putExtra(Intent.EXTRA_SUBJECT, 阅读全文
posted @ 2017-04-05 16:34 请叫我码农怪蜀黍 阅读(173) 评论(0) 推荐(0)