[android-developers] Re: How to intercept SMS without loading SMS to UI?

2009-03-13 Thread Kenny
I didn't know how to get it on top of SDK. Any activity can override BroadcastReceiver::onReceive() or IntentReceiver::onReceiveIntent() to know incoming SMS. I didn't know how to stop Mms activity getting the SMS_RECEIVE intent. Any idea if we use internal JAVA API (not in SDK though)? Kenny

[android-developers] Re: How to intercept SMS without loading SMS to UI?

2009-03-11 Thread Gulfam
Hi all, My requirements are same as mentioned by Kenny Yu any one can help regarding this that How discard or delete that sms at interception time. Regards, Gulfam On Mar 11, 2:47 pm, Kenny Yu yxw...@gmail.com wrote: Requirement: 1. The program must be on top of SDK only, no hacking! 2.