I'm using phonegap to implement an android application and I want to change the android application display name duo to the configured language in the application.
<string name="app_name">My app</string>
Is that possible to change this attribute???
And how can I do that.
you actually need to go to res -> values -> strings.xml and change:
<string name="app_name">Your app's name</string>
You can set the name of your Application in your config.xml
the tag which defines it is
<name>your appname</name>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With