Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Locate the <ANDROID_AGENT_SOURCE_CODE>/client/client/src/main/res/values/strings.xml file and update the following strings: 

    StringUsage
    app_nameThis appears as the WSO2 IoT Server device management agent name.
    wso2

    This appears on the WSO2 IoT Server activity kiosk when locked down.

    footer_textThis appears in the WSO2 IoT Server application footer.
    txt_message_titleThis appears in the notification message header.

    Example:

    Code Block
    <string name="app_name">WSO2 Device Management Agent</string>
    <string name="wso2">WSO2</string>
    <string name="footer_text">v%1$s ©%2$d WSO2</string>
    <string name="txt_message_title">WSO2 Device Management</string>

    Next, you can either build the new APK file or perform other changes.

...