Possible duplicate:
Can we delete the SMS on Android before it reaches the inbox?
I am working on an android sms application and I just want to disable the sms notification for certain messages. I tried to use general preference to remove the SMS notification, but it did not work, after which I tried to update the status of the message using the onreceive broadcast receiver, but then also notifications. Can someone tell me how to disable sms notificatioin from a native Android application using a common preference or in any other way.
Thank you in advance
vicky source
share