Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SMS intercept without notification icon or WAP-PUSH messages

Tags:

People also ask

How do I stop WAP Push messages?

You can disable push notifications on Android by going into the Settings > Notifications options. Similar to iOS, Android lets you turn off push notifications for individual apps or use a 'Do not disturb' mode.

What are WAP messages?

WAP is a SMS message with a URL, it's goal is to allow users to download content from the web, kinda like a MMS message but for phones without MMS capability. Usually it's a premium message (Meaning the end user pays for these).

What does enable WAP Push messages mean?

WAP push allows photos, URL links, wallpaper, ringtones, etc etc, to be directly embeded into SMS messages, so long as the sending server has it enabled. It's an effort to bring SMS up to the speed of instant messaging, although it's probably a bit too late to catch up.


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 :)