[android-developers] Re: How do you modify the call log

2009-04-12 Thread Mark Murphy
Seer wrote: Can anyone tell me how to modify the call log? You don't, AFAIK. That is handled by the firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.0 Available!

[android-developers] Re: How do you modify the call log

2009-04-12 Thread Seer
You can at least read the call log right? Do you know how to do that? maybe i can start from there to write code to modify it. The issue i have is that if my contact phone number is 555666 then i modify the outgoing call to call 1122,555666. Problem is i want the call log to show i called

[android-developers] Re: How do you modify the call log

2009-04-12 Thread Mark Murphy
Seer wrote: You can at least read the call log right? Yes. Do you know how to do that? Use the CallLog.Calls content provider. You will need the READ_CONTACTS permission. It is possible that with the WRITE_CONTACTS permission, you will be able to do insert/update/delete operations on that