Filter the list of Hybrid App messages so only messages that
      meet specified criteria are shown. The default behavior is to return all messages. The comment
      tag associated with filtering Hybrid App messages is
         BLACKBERRY_CUSTOMIZATION_POINT_FILTERING.
- Open the CustomizationHelper.java file for editing.
 
- Find the method named getFilteredMessages() and modify it to
               meet your criteria.     
 getFilteredMessages() includes commented-out sample code that
               demonstrates how to filter out low-importance messages.
 
- Save the file.
 
- Rebuild the project.