I have an application to send and recieve an SMS but my application is not catching the incoming message.
can anyone tell what's wrong with the following code:
Code:
import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import javax.microedition.io.*; import javax.wireless.messaging.*; import java.io.*; import java.util.*;
Leave a comment: