public
static
final
class
Contacts.Intents.Insert
extends Object
java.lang.Object | |
↳ | android.provider.Contacts.Intents.Insert |
This class was deprecated
in API level 5.
see ContactsContract
Convenience class that contains string constants used
to create contact Intents
.
Constants | |
---|---|
String |
ACTION
This constant was deprecated
in API level 5.
see |
String |
COMPANY
This constant was deprecated
in API level 5.
see |
String |
EMAIL
This constant was deprecated
in API level 5.
see |
String |
EMAIL_ISPRIMARY
This constant was deprecated
in API level 5.
see |
String |
EMAIL_TYPE
This constant was deprecated
in API level 5.
see |
String |
FULL_MODE
This constant was deprecated
in API level 5.
see |
String |
IM_HANDLE
This constant was deprecated
in API level 5.
see |
String |
IM_ISPRIMARY
This constant was deprecated
in API level 5.
see |
String |
IM_PROTOCOL
This constant was deprecated
in API level 5.
see |
String |
JOB_TITLE
This constant was deprecated
in API level 5.
see |
String |
NAME
This constant was deprecated
in API level 5.
see |
String |
NOTES
This constant was deprecated
in API level 5.
see |
String |
PHONE
This constant was deprecated
in API level 5.
see |
String |
PHONETIC_NAME
This constant was deprecated
in API level 5.
see |
String |
PHONE_ISPRIMARY
This constant was deprecated
in API level 5.
see |
String |
PHONE_TYPE
This constant was deprecated
in API level 5.
see |
String |
POSTAL
This constant was deprecated
in API level 5.
see |
String |
POSTAL_ISPRIMARY
This constant was deprecated
in API level 5.
see |
String |
POSTAL_TYPE
This constant was deprecated
in API level 5.
see |
String |
SECONDARY_EMAIL
This constant was deprecated
in API level 5.
see |
String |
SECONDARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see |
String |
SECONDARY_PHONE
This constant was deprecated
in API level 5.
see |
String |
SECONDARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_EMAIL
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_PHONE
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see |
Public constructors | |
---|---|
Contacts.Intents.Insert()
This constructor was deprecated
in API level 5.
see |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
String ACTION
This constant was deprecated
in API level 5.
see ContactsContract
The action code to use when adding a contact
Constant Value: "android.intent.action.INSERT"
String COMPANY
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact company.
Type: String
Constant Value: "company"
String EMAIL
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact email address.
Type: String
Constant Value: "email"
String EMAIL_ISPRIMARY
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the email isprimary flag.
Type: boolean
Constant Value: "email_isprimary"
String EMAIL_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact email type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "email_type"
String FULL_MODE
This constant was deprecated
in API level 5.
see ContactsContract
If present, forces a bypass of quick insert mode.
Constant Value: "full_mode"
String IM_HANDLE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an IM handle.
Type: String
Constant Value: "im_handle"
String IM_ISPRIMARY
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the IM isprimary flag.
Type: boolean
Constant Value: "im_isprimary"
String IM_PROTOCOL
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the IM protocol
Type: the result of encodePredefinedImProtocol(int)
or encodeCustomImProtocol(String)
.
Constant Value: "im_protocol"
String JOB_TITLE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact job title.
Type: String
Constant Value: "job_title"
String NAME
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact name.
Type: String
Constant Value: "name"
String NOTES
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact notes.
Type: String
Constant Value: "notes"
String PHONE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact phone number.
Type: String
Constant Value: "phone"
String PHONETIC_NAME
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact phonetic name.
Type: String
Constant Value: "phonetic_name"
String PHONE_ISPRIMARY
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the phone isprimary flag.
Type: boolean
Constant Value: "phone_isprimary"
String PHONE_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact phone number type.
Type: Either an integer value from PhonesColumns
,
or a string specifying a custom label.
Constant Value: "phone_type"
String POSTAL
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact postal address.
Type: String
Constant Value: "postal"
String POSTAL_ISPRIMARY
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the postal isprimary flag.
Type: boolean
Constant Value: "postal_isprimary"
String POSTAL_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact postal address type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "postal_type"
String SECONDARY_EMAIL
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact email address.
Type: String
Constant Value: "secondary_email"
String SECONDARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact email type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "secondary_email_type"
String SECONDARY_PHONE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact phone number.
Type: String
Constant Value: "secondary_phone"
String SECONDARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact phone number type.
Type: Either an integer value from PhonesColumns
,
or a string specifying a custom label.
Constant Value: "secondary_phone_type"
String TERTIARY_EMAIL
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact email address.
Type: String
Constant Value: "tertiary_email"
String TERTIARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact email type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "tertiary_email_type"
String TERTIARY_PHONE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact phone number.
Type: String
Constant Value: "tertiary_phone"
String TERTIARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact phone number type.
Type: Either an integer value from PhonesColumns
,
or a string specifying a custom label.
Constant Value: "tertiary_phone_type"
Contacts.Intents.Insert ()
This constructor was deprecated
in API level 5.
see ContactsContract