Can anyone please tell me which port numbers can i use for my application's BroadCast Receiver?
Actually my application is supposed to receive SMS on custom port, which it does, but the problem is that i have another application which also listens on a different port number (1st App listens on port 31101 and 2nd app on port 8905). For sake of acknowledgement of receipt of SMS message, i create a Notification in the notifications panel.(for each app).
Now the problem is that wen i send a data SMS using sendDataMessage() (of SMSManager) to my 2nd app, along with the notfication for my 2nd app, even my first App's Notification is displayed in the Notifications panel.
Can anyone please tell me why this is happening and what is the solution (or workaround) for the problem?
Thanks in advance.