Hi All, I am hoping to create an application/service that will serve as an extended Call Log (I learned that default android call log supports up to 500 entries).
My aim is to check for phone state and detect when the phone state becomes idle (which means ending the call). After the phone becomes idle, I will simple copy the last entry from the Call Log to the extended call log (db) I created. My understanding is that using activity is not really a good option for this type of operation, since it will occupy the memory and will be counted as one of the 6 tasks. Also it might be killed by the OS it self to make up some memory. Then my question is, what is the best way to implement this? A service or something else? And considering this would be an alternative to the default call log, it should be back up even after a reboot to the phone.' Thank you. -- 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

