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 ContactsContract
|
|||||||||
String | COMPANY |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String |
This constant was deprecated
in API level 5.
see ContactsContract
|
||||||||||
String | EMAIL_ISPRIMARY |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | EMAIL_TYPE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | FULL_MODE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | IM_HANDLE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | IM_ISPRIMARY |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | IM_PROTOCOL |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | JOB_TITLE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | NAME |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | NOTES |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | PHONE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | PHONETIC_NAME |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | PHONE_ISPRIMARY |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | PHONE_TYPE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | POSTAL |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | POSTAL_ISPRIMARY |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | POSTAL_TYPE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | SECONDARY_EMAIL |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | SECONDARY_EMAIL_TYPE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | SECONDARY_PHONE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | SECONDARY_PHONE_TYPE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | TERTIARY_EMAIL |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | TERTIARY_EMAIL_TYPE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | TERTIARY_PHONE |
This constant was deprecated
in API level 5.
see ContactsContract
|
|||||||||
String | TERTIARY_PHONE_TYPE |
This constant was deprecated
in API level 5.
see ContactsContract
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor was deprecated
in API level 5.
see
ContactsContract
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This constant was deprecated
in API level 5.
see ContactsContract
The action code to use when adding a contact
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact company.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact email address.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the email isprimary flag.
Type: boolean
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.
This constant was deprecated
in API level 5.
see ContactsContract
If present, forces a bypass of quick insert mode.
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an IM handle.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the IM isprimary flag.
Type: boolean
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)
.
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact job title.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact name.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact notes.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact phone number.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact phonetic name.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the phone isprimary flag.
Type: boolean
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.
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact postal address.
Type: String
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the postal isprimary flag.
Type: boolean
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.
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact email address.
Type: String
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.
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact phone number.
Type: String
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.
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact email address.
Type: String
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.
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact phone number.
Type: String
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.