Introduction - If you have any usage issues, please Google them yourself
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.