09-26-2012 07:56 PM
Hi,
How to override the existing sms listener to receiving sms messages. ?
is it possible to receive all SMS messages by all the SMS listeners in different applications ?
Thanks,
Subbanaidu.
09-27-2012 10:17 AM - edited 09-27-2012 10:20 AM
Only one applicaiton can listen for SMS. The first one who registers the listener wins, all others get an error.
AFAIK, the only work around is to catch the SMS by using the datagram method.
See this article: