I\'m working on a simple app that receives, but not handles sms messages. It checks each incoming sms for a specific keyphrase. If the sms contains that keyphrase then it resp
in broadcast receiver set android:priority="100" and in onRecieve() this.abortBroadcast();
this will prevent from seeing the sms to other application .....even will not go into inbox