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 responds accordingly. If the keyphrase doesn't exist, then my app does nothing. I have this much working.
I was wondering if there was a way to prevent the default sms app on the phone from receiving the text only if my app finds that keyphrase.
Thanks for the help
Andrew