Hi,
Can any one tell me in detail :
what is mean by "ContactsContract.CommonDataKinds.Nickname.CONTENT_ITEM_TYPE ".
In Android documentation it was given as "MIME type used when storing this in data table."
Does MIMETYPE in thi context mean "string " value ?
views:
13answers:
1
A:
This is the mime-type internally used by the content resolver. You don't need to access to it.
fedj
2010-09-23 13:27:26