Description: The project achieved the android To intercept any message, and for different types of messages are stored. If you need to shield the special SMS reminder letter, we must modify the source code, specifically:
Where can SmsReceiverService.javainsertMessage intercept method. The source and content of messages can be provided by class SmsMessage method to get.
If you can get through getOriginatingAddress method, the content can get through getMessageBody method. If you meet the conditions of blocking, do not do storeMessage action.
To Search:
File list (Check if you may need any files):
SmsInterception\.classpath
...............\.project
...............\AndroidManifest.xml
...............\bin\classes.dex
...............\...\.om\cking\smsinterception\LocationDataSaveService.class
...............\...\...\.....\...............\ParametersSetService.class
...............\...\...\.....\...............\QueryDataSaveService.class
...............\...\...\.....\...............\R$attr.class
...............\...\...\.....\...............\R$drawable.class
...............\...\...\.....\...............\R$layout.class
...............\...\...\.....\...............\R$string.class
...............\...\...\.....\...............\R.class
...............\...\...\.....\...............\SmsReceiver.class
...............\...\resources.ap_
...............\...\SmsInterception.apk
...............\default.properties
...............\gen\com\cking\smsinterception\R.java
...............\res\drawable-hdpi\icon.png
...............\...\.........ldpi\icon.png
...............\...\.........mdpi\icon.png
...............\...\layout\main.xml
...............\...\values\strings.xml
...............\src\com\cking\smsinterception\LocationDataSaveService.java
...............\...\...\.....\...............\ParametersSetService.java
...............\...\...\.....\...............\QueryDataSaveService.java
...............\...\...\.....\...............\SmsReceiver.java
...............\bin\com\cking\smsinterception
...............\gen\com\cking\smsinterception
...............\src\com\cking\smsinterception
...............\bin\com\cking
...............\gen\com\cking
...............\src\com\cking
...............\bin\com
...............\gen\com
...............\res\drawable-hdpi
...............\...\drawable-ldpi
...............\...\drawable-mdpi
...............\...\layout
...............\...\values
...............\src\com
...............\assets
...............\bin
...............\gen
...............\res
...............\src
SmsInterception