2016年1月31日

(转)Android短信的发送和接收监听

摘要: /**发送与接收的广播**/ String SENT_SMS_ACTION = "SENT_SMS_ACTION"; String DELIVERED_SMS_ACTION = "DELIVERED_SMS_ACTION"; private BroadcastReceiver sendMessage 阅读全文

posted @ 2016-01-31 22:01 antyi 阅读(466) 评论(0) 推荐(0) 编辑

导航