标签:
AndroidManifest.xml权限
<uses-permission android:name="android.permission.SEND.SMS"/>
SmsManager类中可以使用的3种传送短信的方法:
1.sendDataMessage 发送Data格式的SMS传送到特定程序的Port
2.sendMultipartTextMessage 发送多条文字短信
3.sendTextMessage 发送文字短信
标签:
原文地址:http://my.oschina.net/robslove/blog/508419