2011年6月13日
摘要: private void sendSMS() { String smsAddress = "10086"; String smsBody = "bylcx"; SmsManager smsMag = SmsManager.getDefault(); Intent sendIntent = new Intent(ACTION_SMS_SEND); PendingIntent sendPI = PendingIntent.getBroadcast(this, 0, sendIntent, 0); Intent deliveryIntent = new Int 阅读全文
posted @ 2011-06-13 09:58 stay 阅读(1497) 评论(0) 推荐(0) 编辑