max file name length in Android

后端 未结 4 1611
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 20:47

I am trying give a name for a file that I am creating. I just want to know that what is the max file name length in Android ?

Is there a specification for a file na

4条回答
  •  -上瘾入骨i
    2020-12-29 21:35

    In the specific case of resource names, like images, I've found that the max length is 100 characters, extension included. I've checked this in Android Studio 1.2 beta. I'm sure there must be something about this in the Android documentation.

提交回复
热议问题