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_AUTOSTART Make the Hybrid Web Container automatically launch a Workflow application.
ANDROID_CUSTOMIZATION_POINT_PIN Use for PIN screen customizations, or to remove the PIN screen.
ANDROID_CUSTOMIZATION_POINT_SORTING Sort Workflow application messages based on different criteria.
ANDROID_CUSTOMIZATION_POINT_FILTERING Filter the list of Workflow application messages so only messages meeting certain criteria are shown.
ANDROID_CUSTOMIZATION_POINT_HYBRIDAPPSORT Customize the criteria for how the Workflow application list is sorted.
ANDROID_CUSTOMIZATION_POINT_HYBRIDAPPSEARCH Make the list of Mobile Workflow packages searchable.
ANDROID_CUSTOMIZATION_POINT_HYBRIDAPPLIST Customize the Mobile Workflow package list appearance.
ANDROID_CUSTOMIZATION_POINT_CATEGORIZEDVIEWS Create categorized views of the Mobile Workflow packages.
ANDROID_CUSTOMIZATION_POINT_HTTPHEADERS Set HTTP headers for the Android Hybrid Web Container to include authentication tokens.