I want to receive a sms in my app, but I don\'t want my Android to show a notification about that event. Algorithm:
Receive sms (it\'s ok)
I
not sure if i know exactly what you are trying to do but from what i understand you just want to know how to not send a notification?
why cant you just do:
If(instance 2){
//do your processing
}else{
//send notification
}
if you mean you want to block the OS from broadcasting it then you might be out of luck because i dont believe you can do that