How to Prevent SMS to enter from device Inbox
I want to write j2me application using WMA so that when i send sms using this application and if the receiving device has the same application running the sms will not appear in inbox.
In simple words
1) How can I prevent SMS from entering into device Inbox using WMA or any other method?
2) Is there any way to delete SMS from Device inbox in J2ME
# 1
> I want to write j2me application using WMA so that
> when i send sms using this application and if the
> receiving device has the same application running the
> sms will not appear in inbox.
>
> In simple words
> 1) How can I prevent SMS from entering into device
> Inbox using WMA or any other method?
You may send sms to the definte port. 5000 for example.
Phone number will be: sms:\\+5550001:5000
Then
1. If your application is signed -> Application automatically starts and recieve message.
2. If your application is NOT signed -> Application will starts after the User's accept. If User decline opening your application, then Device inbox will recieve message.
> 2) Is there any way to delete SMS from Device inbox
> in J2ME
As I know, there are no ways to get messages from inbox in J2ME.