Removed interface android.provider.Contacts.PeopleColumns
.
Changed Methods
|
Uri addCall(CallerInfo, Context, String, boolean, int, long, int)
|
Change in signature from (Context, String, boolean, int, long, int ) to (CallerInfo, Context, String, boolean, int, long, int ).
|
Adds a call to the call log. |
Removed Fields
|
String NUMBER_KEY
|
The normalized phone number
|
String NUMBER_TYPE
|
The type of the phone number
|
String PERSON_ID
|
The ID of the person this contact method is assigned to. |
Added Fields
|
String CACHED_NAME
|
The cached name associated with the phone number, if it exists. |
String CACHED_NUMBER_LABEL
|
The cached number label, for a custom number type, associated with the
phone number, if it exists. |
String CACHED_NUMBER_TYPE
|
The cached number type (Home, Work, etc) associated with the
phone number, if it exists. |