2012年9月15日
摘要: String contentDetails = "朋友快来玩 ***游戏把"; Intent intent = new Intent(Intent.ACTION_SEND); // 启动分享发送的属性 intent.setType("text/plain"); intent.setType("image/*"); //分享图片信息类型 ... 阅读全文
posted @ 2012-09-15 19:27 Code大蛇丸 阅读(1181) 评论(0) 推荐(0)