> Dear Friends, > Do we have any functionalities in Android to intercept calls and > SMS. This program can be running in the background which will get the > notification in case of any incoming/outgoing SMS or Call.
You can get notified of the phone state: http://groups.google.com/group/android-developers/browse_thread/thread/932df5d2c689920d/e3018fe563c51dee?#e3018fe563c51dee But for calls, at the moment, you can't get the number, or actually intercept the call. SMS I don't know much about but I think you can receive those programmatically without much trouble. -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

