from:http://stackoverflow.com/questions/11176270/how-to-send-a-sms-to-many-recipients

StringphoneNumbers="10086;12306;12315;";Uriuri=Uri.parse("smsto:"+phoneNumbers);Intentintent=newIntent(Intent.ACTION_SENDTO,uri);intent.putExtra("sms_body","TheSMStext");v.getContext().startActivity(intent);

号码之间以“;”隔离即可将群发号码传送到 SMS 界面

更多相关文章

  1. android 检查GPS是否开启,打开GPS设置界面
  2. 登录+注册界面的实现(代码)
  3. Android手机号码判断正则表达式
  4. android 图片点击一下就放大到全屏,再点一下就回到原界面
  5. Android 铃声设置界面,起始位置为当前已选项
  6. Android查询所有联系人和根据号码查询联系人方法
  7. Android跳转系统联系人界面插入联系人 传真\地址\邮箱\职位\
  8. Android 身份证号码查询、手机号码查询、天气查询
  9. Eclipse无法显示Android设计界面解决方案

随机推荐

  1. Android中打开新的Activity的三种方法
  2. android SDK 环境变量的设置
  3. 在android上使用ASCII显示特殊符号
  4. android framework中contexwrapper和cont
  5. listview 总结
  6. Android(安卓)application 和 activity
  7. android中常见的错误及解决办法
  8. android.os.NetworkOnMainThreadExceptio
  9. Android复习(八)
  10. Android上的log,日志相关