| java.lang.Object | ||
| android.provider.Contacts.Intents.Insert | ||
Convenience class that contains string constants used to create contact Intents.
| Value | ||||
|---|---|---|---|---|
| String | ACTION | The action code to use when adding a contact | "android.intent.action.INSERT" | |
| String | COMPANY | The extra field for the contact company. | "company" | |
| String | The extra field for the contact email address. | "email" | ||
| String | EMAIL_TYPE | The extra field for the contact email type. | "email_type" | |
| String | FULL_MODE | If present, forces a bypass of quick insert mode. | "full_mode" | |
| String | JOB_TITLE | The extra field for the contact job title. | "job_title" | |
| String | NAME | The extra field for the contact name. | "name" | |
| String | NOTES | The extra field for the contact notes. | "notes" | |
| String | PHONE | The extra field for the contact phone number. | "phone" | |
| String | PHONE_TYPE | The extra field for the contact phone number type. | "phone_type" | |
| String | POSTAL | The extra field for the contact postal address. | "postal" | |
| String | POSTAL_TYPE | The extra field for the contact postal address type. | "postal_type" | |
| Contacts.Intents.Insert() |
Methods inherited
from class
java.lang.Object
Type: String
Type: String
Type: Either an integer value from ContactMethodsColumns or a string specifying a type and label.
Type: String
Type: String
Type: String
Type: String
Type: Either an integer value from PhonesColumns, or a string specifying a type and label.
Type: String
Type: Either an integer value from ContactMethodsColumns or a string specifying a type and label.