0

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.

  • Does this answer your question? [How to change an Android app's name?](https://stackoverflow.com/questions/5443304/how-to-change-an-android-apps-name) – Karan Shishoo Apr 03 '22 at 18:57

1 Answers1

1

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

More detailed answer

Junaid Khalid
  • 811
  • 2
  • 11
  • 26
Roadtola
  • 26
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 04 '22 at 02:54