文件名称:Example_SMS
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Android] [Java] [源码]
- 上传时间:
- 2013-04-09
- 文件大小:
- 121kb
- 下载次数:
- 0次
- 提 供 者:
- k***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
通过android.telephony.SmsManager短线管理器,对短信就行拆分处理,
再通过sendTextMessage()将短信发送出去。
当然,权限是必不可少的。
android.permission.SEND_SMS-By android.telephony.SmsManager short-term management of SMS on the line split processing, and then through sendTextMessage () to send out the SMS. Of course, the permission is essential. android.permission.SEND_SMS
再通过sendTextMessage()将短信发送出去。
当然,权限是必不可少的。
android.permission.SEND_SMS-By android.telephony.SmsManager short-term management of SMS on the line split processing, and then through sendTextMessage () to send out the SMS. Of course, the permission is essential. android.permission.SEND_SMS
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Example_SMS
...........\.classpath
...........\.project
...........\.settings
...........\.........\org.eclipse.jdt.core.prefs
...........\AndroidManifest.xml
...........\assets
...........\bin
...........\...\AndroidManifest.xml
...........\...\classes
...........\...\classes.dex
...........\...\.......\com
...........\...\.......\...\example
...........\...\.......\...\.......\BuildConfig.class
...........\...\.......\...\.......\R$attr.class
...........\...\.......\...\.......\R$drawable.class
...........\...\.......\...\.......\R$id.class
...........\...\.......\...\.......\R$layout.class
...........\...\.......\...\.......\R$string.class
...........\...\.......\...\.......\R$style.class
...........\...\.......\...\.......\R.class
...........\...\.......\...\.......\SMSActivity$1.class
...........\...\.......\...\.......\SMSActivity.class
...........\...\dexedLibs
...........\...\Example_SMS.apk
...........\...\res
...........\...\resources.ap_
...........\...\...\drawable-hdpi
...........\...\...\.............\ic_launcher.png
...........\...\...\drawable-mdpi
...........\...\...\.............\ic_launcher.png
...........\...\...\drawable-xhdpi
...........\...\...\..............\ic_launcher.png
...........\gen
...........\...\com
...........\...\...\example
...........\...\...\.......\BuildConfig.java
...........\...\...\.......\R.java
...........\proguard-project.txt
...........\project.properties
...........\res
...........\...\drawable-hdpi
...........\...\.............\ic_launcher.png
...........\...\layout
...........\...\......\activity_sms.xml
...........\...\values
...........\...\......\strings.xml
...........\...\......\styles.xml
...........\src
...........\...\com
...........\...\...\example
...........\...\...\.......\SMSActivity.java
帮助.txt