Hello, just wondering if anyone knows of a way to set the Android launcher_name
string to something different to the app_name
via the config.xml file?
In config.xml add attribute to name tag and this will go as launcher_name
<widget>
<name short="new name of app">Existing App name</name>
</widget>