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 :)