logica has Destination Port to deliver the message to a specific port on the device. It has been used to send sms message but not show on the device. Another app will capture the message on that specific port. If there is way, can you provide me and example?
Try this one:
Short destiantionPort = new Short(Tag.DESTINATION_PORT, SMS_PORT);
Then pass destination port at the end of you submitShortMessage() method
logica has Destination Port to deliver the message to a specific port on the device. It has been used to send sms message but not show on the device. Another app will capture the message on that specific port. If there is way, can you provide me and example?
Thanks,