goback add

android开发短信交互

3467 点击·0 回帖
灯火互联
楼主

作为手机,发送短信是一个重要的功能。Android中是通过SmsManage对象的sendTextMessage()方法实现的。在sendTextMessage()方法中药传入5个参数,分别是:收件人地址String,发送地址String,正文String,发送服务PendingIntent和送达服务PendingIntent.

喜欢0 评分0