All code areas associated with BlackBerry Hybrid Web Container customizations are annotated with BLACKBERRY_CUSTOMIZATION_POINT_<customization> comment tags, or touch points.
| Touch Point | Description | 
|---|---|
| BLACKBERRY_CUSTOMIZATION_POINT_COLORS | Use custom colors for the Hybrid Web Container. | 
| BLACKBERRY_CUSTOMIZATION_POINT_FONTS | Use custom fonts in the Hybrid Web Container. | 
| BLACKBERRY_CUSTOMIZATION_POINT_BRAND | Change application name, copyright, and developer information. | 
| BLACKBERRY_CUSTOMIZATION_POINT_SPLASHSCREEN | Add a splash screen to the Hybrid Web Container. | 
| BLACKBERRY_CUSTOMIZATION_POINT_DEFAULTSETTINGS | Set the defaults for the Settings screen. | 
| BLACKBERRY_CUSTOMIZATION_POINT_PRESETSETTINGS | Hard-code Settings screen options so they do not show up on the device, preventing the user from changing the settings. | 
| BLACKBERRY_CUSTOMIZATION_POINT_PIN | Use for PIN screen customizations, or to remove the PIN screen. | 
| BLACKBERRY_CUSTOMIZATION_POINT_SORTING | Sort application messages based on a variety of criteria. | 
| BLACKBERRY_CUSTOMIZATION_POINT_FILTERING | Filter the message list so only messages meeting certain criteria are shown. | 
| BLACKBERRY_CUSTOMIZATION_POINT_HYBRIDAPPSORT | Customize the criteria for sorting the Hybrid App list. | 
| BLACKBERRY_CUSTOMIZATION_POINT_HYBRIDAPPSEARCH | Make the list of Hybrid App packages searchable. | 
| BLACKBERRY_CUSTOMIZATION_POINT_HYBRIDAPPLIST | Customize the Hybrid App package list appearance. | 
| BLACKBERRY_CUSTOMIZATION_POINT_CATEGORIZEDVIEWS | Create categorized views of the Hybrid App packages. | 
| BLACKBERRY_CUSTOMIZATION_POINT_HTTPHEADERS | Set HTTP headers for the BlackBerry Hybrid Web Container to include authentication tokens. | 
| BLACKBERRY_CUSTOMIZATION_POINT_ MULTIHWC | Install more than one Hybrid Web Container on one device. | 
| 
                                     BLACKBERRY_CUSTOMIZATION_POINT_PREPACKAGE_APP  | 
Run the Hybrid Web Container as a single Hybrid App. | 
| BLACKBERRY_CUSTOMIZATION_POINT_PUSH_NOTIFICATION | Customize the way the Hybrid Web Container handles push notifications. | 
| BLACKBERRY_CUSTOMIZATION_POINT_ANONYMOUS_USER | Returns whether or not anonymous
                                    user
                                    login is
                                    supported.
                                    Change to YES to allow clients to register anonymously.
                                         Note: For this to work, the HWC application connection
                                        template must be configured to use the anonymous security
                                        configuration. See Application Connection
                                            Templates in SAP Control Center
                for SAP Mobile Platform.  
 |