What is the maximum length for an Android application name?

前端 未结 7 1075
一个人的身影
一个人的身影 2020-12-15 22:03

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: \"

7条回答
  •  萌比男神i
    2020-12-15 22:42

    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:

    
      
        
        
      
    
    

提交回复
热议问题