If you have a scenario like this and you want to delete or ignore the message related to this contact number "+44xxxxx" etc, then use this code in SMS Broadcast receiver
if(sender.equalsIgnoreCase("+44xxxxxx")
this.abortBroadCast();
You also have to set it the high priority.