On Fri, Mar 30, 2012 at 12:40 PM, Neil <[email protected]> wrote: > Hi All, > I want to create an Android app as background service. Specifically . I > want the app to respond when there an incoming call and do some function > getting the caller information. Any pointer will be appreciated !
I guess, you need to implement Broadcast Rceiver for that. Your application must contain a Receiver that will receive the Broadcast, whenever the call is received. I hope you got it and able to enhance it further. With Regards, Narendra... -- 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

