android.provider.Contacts.PhonesColumns |
Value | ||||
---|---|---|---|---|
String | ISPRIMARY | Whether this is the primary phone number
Type: INTEGER (if set, non-0 means true) |
"isprimary" | |
String | LABEL | The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. | "label" | |
String | NUMBER | The phone number as the user entered it. | "number" | |
String | NUMBER_KEY | The normalized phone number
Type: TEXT |
"number_key" | |
String | TYPE | The type of the the phone number. | "type" | |
int | TYPE_CUSTOM | 0 | 0x00000000 | |
int | TYPE_FAX_HOME | 5 | 0x00000005 | |
int | TYPE_FAX_WORK | 4 | 0x00000004 | |
int | TYPE_HOME | 1 | 0x00000001 | |
int | TYPE_MOBILE | 2 | 0x00000002 | |
int | TYPE_OTHER | 7 | 0x00000007 | |
int | TYPE_PAGER | 6 | 0x00000006 | |
int | TYPE_WORK | 3 | 0x00000003 |
Type: INTEGER (if set, non-0 means true)
Type: TEXT
Type: TEXT
Type: TEXT
Type: INTEGER (one of the constants below)
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |