Open the package.json file and find the keyword "name" and change with your application name
"name": "Your-application-name",
open the directory cordova then
Open the package.json file and find the keyword "displayName and change with your application name
"displayName": "Your-application-name",
same cordova directory
Open the config.xml file and find the tag "<name>worksuite</name>" and change "worksuite" with your application name
<name>Your-application-name</name>
After that you can save and close all the files, Your android application name is updated.
Now you need to build the application apk.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article