Configuring Default Values for the Settings Screen

All customization functionality for the Settings screen is grouped together in the CustomizationHelper.java file. The associated comment tag is BLACKBERRY_CUSTOMIZATION_POINT_DEFAULTSETTINGS.

  1. Open the CustomizationHelper.java file for editing.
  2. Search for the methods named with this pattern:
    • getDefaultConnection***
    • isDefaultConnect***

      where *** is the name of the setting.

  3. Edit the methods to return the value you specify.
  4. Save the file.
  5. Rebuild the project.