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
set priority in your intent-filter // in manifest
/*your receiver get high priority*/
// in broadcast receiver
if (keyword_match) { // Stop it being passed to the main Messaging inbox abortBroadcast(); }