Hello all,
I am interested in intercepting incoming SMS messages with a specific structure, without letting them pass to the SMS inbox.
However, all other (normal) incoming SMS messages, I need only to recorded them in a text file and pass them to the SMS inbox for the user to view them.
Although I have specified two SMS message interceptors in my application, only one of them really works (the one that gets the message and deletes it).
Can you please tell me how I can successfully use two SMS message interceptors, one for special SMS messages that I don't want the user to see and another one for all other (normal) SMS messages sent to the user (which I want to only intercept to record to a file but NOT delete).
Thank you for any help or pointers you can share.