Home > front end >  How to change the name with which the application is installed on the phone
How to change the name with which the application is installed on the phone

Time:04-07

I wanted to know if you can change the name with which the application is installed on the phone. The public name let's say.

I have tried to change the name of the folder, the package, and the one that appears in settings.gradle.

CodePudding user response:

By changing the android:label field in your application node in AndroidManifest.xml.

More detailed answer

  • Related