What is the maximum length for an Android application name?

前端 未结 7 1070
一个人的身影
一个人的身影 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:43

    It does not become two word long as you say but gets wrapped around and possibly get clipped. There is no limit per-se on the application name size however beyond a certain length it would ellipsize on the device.

    For Instance, app name "Thisismybigname" wil show as "Thisismyb.." while "This is my big name" might show as "This is "

提交回复
热议问题