I have working code that intercepts calls initiated from the contact list by using an Intent Filter on CALL_PRIVILEDGED. I created a class as the handler for this intercept. However, I am not sure how to access the attributes of the call request.
Example: User presses telephone number in contacts which initiates the call process. Android presents user with option to use my app or the regular dialer. User chooses my app. Right now, my app simply presents an activity with an XML definition that shows a message to confirm it received the request. How do I programmatically access the telephone number coming from the dial request? Guessing this is something to do with the telephone object model but I can't seem to find the right terminology or code examples to make this happen. BTW, this is in follow-up to my inquiry yesterday which I have not seen posted on the group yet so just wanted to let you know so you don't need to create two different threads of conversation about this topic. Is there a way that I can go back to previous posts I have made to delete or answer them prior to them being answered in the future? Just trying to avoid wasting folks' time providing answers if I have already found an answer. Thanks for all the great support in this group! -- 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

