Hi,
Is there a way to intercept an SMS massage and have the program "consume" it so it won't show in the notification area? I think it may have something to do with priorities but I can't be sure...
Thanks.
It is technically possible. However if the user has installed a custom SMS manager then it will not work.
Using C2DM push messages is the preferred way to send messages to your application.
Thing is, I must use SMS as there is no internet connectivity present. Also, I have full control over the recieving end and I can make sure there is no custom client installed.