Hi every body,

i 'd like to manage de native application CallLog.
So I try to add some call in this application.

I use a source like to add contact.

 setContentView(R.layout.main);
 ContentValues value= new ContentValues();
 value.put(CallLog.Calls.CONTENT_ITEM_TYPE, "text");
 Uri NCallLog =getContentResolver().insert(CallLog.Calls.CONTENT_URI,
value);

The first problem, nothing with CallLog in uses_permissions. (is it a
sign which say : that's impossible??)

Thanks to help me
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to