I am deleting an SMS from the inbox but I want to know: How can I delete it before it reaches the inbox?
|
|
Yes. While there have rightly been negative reactions to this question, there are also legitimate uses for SMS interception. For example: services which are provisioned via SMS (though generally this should be done with data SMS), or for applications which otherwise improve the user experience by processing specially-formatted messages in order to show them in a nice Android-specific UI. As of Android 1.6, incoming SMS message broadcasts ( If you define an At this point, you can cancel the broadcast, preventing it from being propagated to other apps. |
|||||||||||||||||
|
|
The below("android:priority" and abortBroadcast()) solution works as long as Android Messaging application as default(I meant stock Android Messaging application). If user installs "GoSMSPro" or "HandcentSMS", these applications still show messages in inbox, I believe this due to "android:priority". I don't see any better way to fix the above issue, if third party messaging applications installed on the phone. |
|||||||||||||
|
|
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
You also have to set it the high priority. |
||||
|
|
|
I hope it's not too late. I answered here how you can delete SMS before it reaches inbox. |
|||
|
|
protected by Community♦ Feb 7 '12 at 12:45
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

