1e41f4b71Sopenharmony_ci# Contact Subsystem Changelog 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci## **Access Level** 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ciPublic 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ci## Reason for the Change 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ciDue to historical reasons, some enum constant values defined in the contact API reference are different from those actually used by the application. 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci## Change Impacts 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ciThis change is a non-compatible change. 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci## **Change Since** 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ciOpenHarmony SDK4.1.3.1 18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ci## Adaptation Guide 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ciIf you have used the enum values of the attributes described in this section, you need to change them to the enum constants defined in the SDK. You are not advised to directly use these enum values. 22e41f4b71Sopenharmony_ci 23e41f4b71Sopenharmony_ci## Mailbox Attribute 24e41f4b71Sopenharmony_ci 25e41f4b71Sopenharmony_ciCustom mailbox type. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 26e41f4b71Sopenharmony_ci 27e41f4b71Sopenharmony_ci## Event Attribute 28e41f4b71Sopenharmony_ci 29e41f4b71Sopenharmony_ciCustom event. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 30e41f4b71Sopenharmony_ci 31e41f4b71Sopenharmony_ci## IM Attribute 32e41f4b71Sopenharmony_ci 33e41f4b71Sopenharmony_ciCustom IM. The value of **CUSTOM_LABEL** is changed from 10000 to -1. 34e41f4b71Sopenharmony_ci 35e41f4b71Sopenharmony_ciAIM. The value of **IM_AIM** is changed from 1 to 0. 36e41f4b71Sopenharmony_ci 37e41f4b71Sopenharmony_ciMSN IM. The value of **IM_MSN** is changed from 2 to 1. 38e41f4b71Sopenharmony_ci 39e41f4b71Sopenharmony_ciYAHOO IM. The value of **IM_YAHOO** is changed from 3 to 2. 40e41f4b71Sopenharmony_ci 41e41f4b71Sopenharmony_ciSKYPE IM. The value of **IM_SKYPE** is changed from 4 to 3. 42e41f4b71Sopenharmony_ci 43e41f4b71Sopenharmony_ciQQ type. The value of **IM_QQ** is changed from 5 to 4. 44e41f4b71Sopenharmony_ci 45e41f4b71Sopenharmony_ciICQ IM. The value of **IM_ICQ** is changed from 7 to 6. 46e41f4b71Sopenharmony_ci 47e41f4b71Sopenharmony_ciJABBER IM. The value of **IM_JABBER** is changed from 8 to 7. 48e41f4b71Sopenharmony_ci 49e41f4b71Sopenharmony_ci## Phone Number Attribute 50e41f4b71Sopenharmony_ci 51e41f4b71Sopenharmony_ciCustom phone number. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 52e41f4b71Sopenharmony_ci 53e41f4b71Sopenharmony_ciHome phone number. The value of **NUM_HOME** is changed from 2 to 1. 54e41f4b71Sopenharmony_ci 55e41f4b71Sopenharmony_ciMobile phone number. The value of **NUM_MOBILE** is changed from 1 to 2. 56e41f4b71Sopenharmony_ci 57e41f4b71Sopenharmony_ci## Address Attribute 58e41f4b71Sopenharmony_ci 59e41f4b71Sopenharmony_ciCustom mailbox. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 60e41f4b71Sopenharmony_ci 61e41f4b71Sopenharmony_ci## Relationship Attribute 62e41f4b71Sopenharmony_ci 63e41f4b71Sopenharmony_ciCustom relationship. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 64e41f4b71Sopenharmony_ci 65e41f4b71Sopenharmony_ciDomestic partner. The value of **RELATION_DOMESTIC_PARTENER** is changed from 10 to 4. 66e41f4b71Sopenharmony_ci 67e41f4b71Sopenharmony_ciCooperative partner. The value of **RELATION_PARTNER** is changed from 4 to 10. 68e41f4b71Sopenharmony_ci 69e41f4b71Sopenharmony_ci## SIP Address Attribute 70e41f4b71Sopenharmony_ci 71e41f4b71Sopenharmony_ciCustom Session Initiation Protocol (SIP) address. The value of **CUSTOM_LABEL** is changed from 10000 to 0. 72