2008/9/8 Jose María González <[EMAIL PROTECTED]> > > I want to make an application which recognices an incomming call and > displays a CallerID and some usefull information. > But haven't been able to find an intet-filter action which will call > the correspond BroadCastReciver. > Is it possible to intercept an incomming call from an application?
For security reasons, you cannot intercept the incoming call in any way, except for getting notified of an incoming call through PhoneStateIntentReceiver. > I already have done it with SMS and it works. > > Thanks. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

