how to intercept the SMS by the moblie number?
I used the follew code.
smsaddr.SetSmsAddrFamily(ESmsAddrMatchText);
smsaddr.SetTextMatch(matchTag);
it can intercept the sms by sms ' content .
but when I set the match tag as a mobile phone number?
it can intercept all sms.
how to intercept the sms by the moblie phone number? thanks!!!!!!!!!!!



