Android Customization Touch Points

All code areas associated with Hybrid Web Container customizations are annotated with ANDROID_CUSTOMIZATION_POINT_<customization> comment tags, or touch points.

Touch Point Description
ANDROID_CUSTOMIZATION_POINT_COLORS Use custom colors for the Hybrid Web Container.
ANDROID_CUSTOMIZATION_POINT_FONTS Use custom fonts in the Hybrid Web Container.
ANDROID_CUSTOMIZATION_POINT_BRAND Change application name, copyright, and developer information
ANDROID_CUSTOMIZATION_POINT_SPLASHSCREEN Add a splash screen to the Hybrid Web Container.
ANDROID_CUSTOMIZATION_POINT_DEFAULTSETTINGS Set the defaults for the Settings screen.
ANDROID_CUSTOMIZATION_POINT_PRESETSETTINGS Hard code settings for the Settings screen so they do not show up on the device. This prevents the user from changing the settings.
ANDROID_CUSTOMIZATION_POINT_PREPACKAGED_APP Run the Hybrid Web Container as a single Hybrid App.
ANDROID_CUSTOMIZATION_POINT_PIN Use for PIN screen customizations, or to remove the PIN screen.
ANDROID_CUSTOMIZATION_POINT_SORTING Sort Hybrid App messages based on different criteria.
ANDROID_CUSTOMIZATION_POINT_FILTERING Filter the list of Hybrid App messages so only messages meeting certain criteria are shown.
ANDROID_CUSTOMIZATION_POINT_HYBRIDAPPSORT Customize the criteria for how the Hybrid App list is sorted.
ANDROID_CUSTOMIZATION_POINT_HYBRIDAPPSEARCH Make the list of Hybrid App packages searchable.
ANDROID_CUSTOMIZATION_POINT_HYBRIDAPPLIST Customize the Hybrid App package list appearance.
ANDROID_CUSTOMIZATION_POINT_CATEGORIZEDVIEWS Create categorized views of the Hybrid App packages.
ANDROID_CUSTOMIZATION_POINT_HTTPHEADERS Set HTTP headers for the Android Hybrid Web Container to include authentication tokens.
ANDROID_CUSTOMIZATION_POINT_PUSH_NOTIFICATION Customize how the Hybrid Web Container handles the push notification.
ANDROID_CUSTOMIZATION_POINT_ANONYMOUS_USER Returns whether or not anonymous user support is being used. 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 Sybase Control Center for Sybase Unwired Platform.