Change android app name
Edit the following file inside your mobile application:
/res/values/strings.xml
Here you will find the following code:
1 2 3 4 5 |
<resources> <string name="app_name">MY_APP_NAME</string> </resources> |
Change MY_APP_NAME into anything you prefer and your app will be named after it.
Leave a Reply