Removing Fields from the Settings Screen

Hard-code the Settings screen so options do not appear on the Settings screen on the BlackBerry device.

The comment tag associated with the fields on the Settings screen is BLACKBERRY_CUSTOMIZATION_POINT_DEFAULTSETTINGS.

  1. Open the  CustomizationHelper.java file, which is located in the ...\HybridWebContainer\src\com\sybase\hwc folder.
  2. Search for the method named with the pattern isConnection***Visible, where *** is the name of the connection setting field.
    By default, each method returns true. To remove a field from the screen, change the appropriate method to return false.
  3. Save the file.
  4. Rebuild the project.