Search code examples
androidsmsnotificationsbroadcastreceiver

Android SMS intercept without notification icon or WAP-PUSH messages


Is there a way to intercept an SMS with BroadcastReceiver as for example here but without showing any notifications to the user and immediately deleting the message that contains for example some keyword

EDIT:

What I need is to have some communication between android phones, one to one, and I thought that sending SMS messages would solve the problem, but the SMS notification are not needed for that, maybe the WAP PUSH messages would better for that but I have no idea how to send them from android phone. If someone has any idea that would help, please put it here :)


Solution

  • Some guys from the Ericsson lab presented their push solution during the droidcon this year (with some additional reasoning why push is good).

    Here's the link to their site: https://labs.ericsson.com/apis/mobile-java-push/blog/push-android-droidpush-droidcamp