Hi, I can get the currently selected relative schema of TEL which also describes its type by the following code.
List<PhoneNumber> phones = contact.getPhoneNumbers(); PhoneNumber phone = phones.get(0); String rel = phone.getRel(); However, while syncing back i need to find all of the relatives that a Telephone entry supports. This is needed to decided if the new value must go into a relative Schema or a label. Is there any api to get all of the relative schemas defined for a phone entry? Thanks for the help in advance! Faisal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
