I want to write an android service which is to be notified whenever the call(both incoming and outgoing) is done and then store the call details in my sqlite. This service is to be integrated with an app. I want to get notified whether the application is working or not, i.e. it should be done all the time once App is installed in a phone.

Please provide me with some details regarding the solution. If anyone could provide with a code snippet, that would be really helpful.

Any help would be appreciated :)

link|improve this question

43% accept rate
What have you tried? – CommonsWare Jul 3 '11 at 14:28
Sir, I am very new to Android app development and so unable to figure out how can I get a service working even without starting app.Assuming the basic part can be done my Telephonymanager but please tell me how do i write it so that this is not dependent on my app and runs whenever a call is ended (and updates the database). The basic code I came across while searching was this: link – Swati Jul 3 '11 at 15:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.