I am developing an android application, which has to respond to a certain SMS
message.
The message must be as follows:
- It must come from a particular number, already known to the application.
- It must contain a certain code as the text.
If both of these are satisfied, then the code in the SMS
should be displayed inside a particular button object
in the application.
Can anyone please help me do this? I just need to get the way to do this.