Application Name
July 4, 2025
For customization, the user can also modify the application name based on the language settings. The user can modify the application name on 31 supported languages. For the list of supported languages please refer to Languages.
In order to change the application name for each language, the user must provide a strings.xml file with the following structure for each supported language:
<resources>
<string name="app_name">NAME_OF_YOUR_CUSTOM_BACKUP_APP</string>
</resources>
For example:
<resources>
<string name="app_name">Superb Mobile</string>
</resources>
A sample of the strings.xml file can be found in the AhsayMobileCustomization.zip file.
It can be located in \Text\Android\$values_folder$.
Example, for Spanish the strings.xml file can be found in \Text\Android\values-es.