As a place to start you might have a look at this code: http://code.google.com/p/lifesaver/ which is an app that copies call logs and messages to and from the SDCARD. Surely digging through this code will show you how to add records to the call log.
Roland On Apr 30, 11:28 am, takyon <[email protected]> wrote: > I am trying to make a VoIP application and I wanted to know if it is > possible to do the following with the Call Logs content provider - > I want to add new Call Log records for the VoIP call along with the > call logs for the regular call. How can I add new records to the > existing Call logs content provider? > I want to add custom fields to the Call Logs like a session ID and > SIP > address(n...@domain) field. How can I customize the call logs > database? > It'll be great if someone can give me an example. > > -- > You received this message because you are subscribed to the Google Groups > "Android Discuss" 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 > athttp://groups.google.com/group/android-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "Android Discuss" 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-discuss?hl=en.
