I am trying to read a contact alias in a BlackBerry Java application, but a method call
getPIMList().isSupportedField(BlackBerryContact.NICKNAME)
always tells me that the field is not supported.
Am I doing something wrong or is it really not supported? Since the devices I'm testing allow you to add the Nickname field to the address book.
source
share