摘要: //定义intentIntent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts("sms", number, null));//接收Intent intent = ConversationList.createAddContactIntent(getIntent().getData().getSchemeSpecificPart());startActivity(intent); 阅读全文
posted @ 2011-07-13 11:47 wanqi 阅读(2776) 评论(0) 推荐(0) 编辑
摘要: 由于作者水平有限,因此不能保证作品内容准确无误,请在阅读中自行鉴别。如果你发现了作品中的错误,请您来信指出,哪怕是错别字也好,任何提高作品质量的建议我都将虚心接纳。如果你愿意就作品中的相关内容与我进行进一步切磋与探讨,也欢迎你与我联系。联系方式:MSN: csfrank122@hotmail.comCode maturity level options代码成熟度选项Prompt for development and/or incomplete code/drivers显示尚在开发中或尚未完成的代码与驱动.除非你是测试人员或者开发者,否则请勿选择General setup常规设置Local v 阅读全文
posted @ 2011-07-13 07:50 wanqi 阅读(2703) 评论(0) 推荐(0) 编辑