...
Locate the
<ANDROID_AGENT_SOURCE_CODE>/client/client/src/main/res/values/strings.xml
file and update the following strings:String Usage app_name
This appears as the WSO2 IoT Server device management agent name. wso2
This appears on the WSO2 IoT Server activity kiosk when locked down.
footer_text
This appears in the WSO2 IoT Server application footer. txt_message_title
This 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.
...