My android application name is three words long, but when I put it in phone it becomes two words long. How to solve this? I saw many application with three words example: \"
Ok, I found out how a different app name displayed in PlayStore compared to the app name in app drawer on phone can be achieved:
The app name in PlayStore is defined in the developer console webpage of the app at parameter
Title = "This is my long app name"
The app name at the phone (e.g. app drawer) is defined in the Manifest of the app and here at the definition of the main activity: