Example usage for Java android.provider Contacts fields, constructors, methods, implement or subclass
The text is from its open source code.
String | AUTHORITY |
Uri | CONTENT_URI The content:// style URL for this provider |
int | KIND_EMAIL Signifies an email address row that is stored in the ContactMethods table |
int | KIND_POSTAL Signifies a postal address row that is stored in the ContactMethods table |
int | KIND_IM Signifies an IM address row that is stored in the ContactMethods table |