文件名称:SMSDemo
介绍说明--下载内容均来自于网络,请自行研究使用
android 简单拦截短信例子可以实现发短信远程控制
首先分析短信拦截用到的核心技术。
1、要实现短信拦截就必须必须拦截短信接收器 receiver
2、读取对方发送的短信信息,自己可以定义指令做自己需要做的事情,呵呵!这里可以事先定义好指令远程控制机子做你想干的事情哈!-android simple example can intercept messages send SMS remote control
Firstly, the core technology used to intercept messages.
1, to achieve an SMS text message interceptor to intercept it must have a receiver receiver
2, read SMS message sent by the other party, they can make their own definition of instruction needs to be done, Oh! Here you can be pre-defined command remote control machine to do the things you want to do Ha!
首先分析短信拦截用到的核心技术。
1、要实现短信拦截就必须必须拦截短信接收器 receiver
2、读取对方发送的短信信息,自己可以定义指令做自己需要做的事情,呵呵!这里可以事先定义好指令远程控制机子做你想干的事情哈!-android simple example can intercept messages send SMS remote control
Firstly, the core technology used to intercept messages.
1, to achieve an SMS text message interceptor to intercept it must have a receiver receiver
2, read SMS message sent by the other party, they can make their own definition of instruction needs to be done, Oh! Here you can be pre-defined command remote control machine to do the things you want to do Ha!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SMSDemo\.classpath
.......\.project
.......\.settings\org.eclipse.jdt.core.prefs
.......\AndroidManifest.xml
.......\bin\AndroidManifest.xml
.......\...\classes\com\smsdemo\SMCSmsreceiveandmask.class
.......\...\.......\...\.......\SMCSmsTool.class
.......\...\.......\...\.......\SMSDemoActivity$1.class
.......\...\.......\...\.......\SMSDemoActivity$2.class
.......\...\.......\...\.......\SMSDemoActivity$3.class
.......\...\.......\...\.......\SMSDemoActivity$4.class
.......\...\.......\...\.......\SMSDemoActivity.class
.......\...\.......\...\...rili\BuildConfig.class
.......\...\.......\...\.......\R$attr.class
.......\...\.......\...\.......\R$drawable.class
.......\...\.......\...\.......\R$layout.class
.......\...\.......\...\.......\R$string.class
.......\...\.......\...\.......\R.class
.......\...\classes.dex
.......\...\res\crunch\drawable-hdpi\ic_launcher.png
.......\...\...\......\.........ldpi\ic_launcher.png
.......\...\...\......\.........mdpi\ic_launcher.png
.......\...\...\......\.........xhdpi\ic_launcher.png
.......\...\...\drawable-hdpi\ic_launcher.png
.......\...\...\.........ldpi\ic_launcher.png
.......\...\...\.............\q.png
.......\...\...\.........mdpi\ic_launcher.png
.......\...\resources.ap_
.......\...\SMSDemo.apk
.......\gen\com\smsrili\BuildConfig.java
.......\...\...\.......\R.java
.......\proguard.cfg
.......\project.properties
.......\res\drawable-hdpi\ic_launcher.png
.......\...\.........ldpi\ic_launcher.png
.......\...\.........mdpi\ic_launcher.png
.......\...\.............\rili.jpg
.......\...\.........xhdpi\ic_launcher.png
.......\...\layout\main.xml
.......\...\values\strings.xml
.......\src\com\smsdemo\SMCSmsreceiveandmask.java
.......\...\...\.......\SMCSmsTool.java
.......\...\...\.......\SMSDemoActivity.java
.......\bin\classes\com\smsdemo
.......\...\.......\...\smsrili
.......\...\res\crunch\drawable-hdpi
.......\...\...\......\drawable-ldpi
.......\...\...\......\drawable-mdpi
.......\...\...\......\drawable-xhdpi
.......\...\classes\com
.......\...\res\crunch
.......\...\...\drawable-hdpi
.......\...\...\drawable-ldpi
.......\...\...\drawable-mdpi
.......\gen\com\smsrili
.......\src\com\smsdemo
.......\bin\classes
.......\...\dexedLibs
.......\...\res
.......\gen\com
.......\res\drawable-hdpi
.......\...\drawable-ldpi
.......\...\drawable-mdpi
.......\...\drawable-xhdpi
.......\...\layout
.......\...\values
.......\src\com
.......\.settings
.......\assets
.......\bin
.......\gen
.......\res
.......\src
SMSDemo