Possible Duplicate:
Can we delete an SMS in Android before it reaches the inbox?
i am working on android sms app and i just want to disable the sms notification for particular messages. I had tried shared preference to uncheck the sms notification but it didn't work;after that i tried to update the message status using broadcast receiver onreceive method but then also notification appers....can someone suggest me how to disable the sms notificatioin of native android sms app using shared preference or any other way
Thank you in advance