Hi I want to send message from one application (which will be installed on android mobile) to
another application (which will be installed on another mobile). This means
One mobile ————sends message——– >to another mobile.
Similarly I want second mobile to send———-message —– to first mobile.
If I use sms to send message I think it will be saved in the sms box and so the user can read
the message. I want to hide the message . So is there any way I can send message directly from
one application to another.
If you want to prevent saving sms to inbox, you can abort broadcast:
You also need to set the priority of SmsReceiver the highest possible priority in your AndroidManifest.xml as below: