Modifying the Hybrid App List Appearance

The comment tag associated with customizing the Hybrid App list appearance is  BLACKBERRY_CUSTOMIZATION_POINT_HYBRIDAPPLIST.

To show the list of Hybrid Apps, the Hybrid Web Container calls the getHybridAppScreenClass() method in the CustomizationHelper.java file. getHybridAppScreenClass() returns the default class AppScreen that displays the list. 

  1. To make small changes edit AppScreen, or create your own class that extends UiHybridAppScreen.
  2. If you write your own class to extend UiHybridAppScreen, update getHybridAppScreenClass to return the name of your new class.
  3. Save the file.
  4. Rebuild the project.