android打电话、发短信实现
摘要:
打电话:
Intent intent = newIntent(Intent.ACTION_CALL,Uri.parse("tel:"+"156666666666"));
this.startActivity(intent);
加上打电话的权限: texts =smsM 阅读全文
posted @ 2013-09-23 22:58 qgc 阅读(305) 评论(0) 推荐(0)
浙公网安备 33010602011771号