android - Android 手机中的内部版本号表示什么。它们是如何形成的。他们是否指向某些我无法理解的含义?

标签 android

<分区>

我的 Nexus 4 现已更新至 Android lollipop 5.1,内部版本号为 LMY47D。 L,我理解是指 Lollipop。但其余部分是如何出现的

最佳答案

这是一个有趣的问题,但并不神秘,因为通过快速网络搜索可以找到官方词 https://source.android.com/source/build-numbers.html

The first letter is the code name of the release family, e.g. F is Froyo.

The second letter is a branch code that allows Google to identify the exact code branch that the build was made from, and R is by convention the primary release branch.

The next letter and two digits are a date code. The letter counts quarters, with A being Q1 2009. Therefore, F is Q2 2010. The two digits count days within the quarter, so F85 is June 24 2010.

Finally, the last letter identifies individual versions related to the same date code, sequentially starting with A; A is actually implicit and usually omitted for brevity.

关于android - Android 手机中的内部版本号表示什么。它们是如何形成的。他们是否指向某些我无法理解的含义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29763009/

相关文章:

android - 无法从示例中安装 softKEYBOARD

android - Android中引起的onLowMemory

java - 更新 ArrayAdapter 中的数据

android - 为最终的信标检测随机化扫描周期

android - 在 init.rc 中测试属性是否未设置

android - 如何通过adb接听电话

java - 安卓 "Host is Unknown"错误

android - ImageView: onDraw方法绘制 "behind"图片背景,不在顶部

android - android studio中saved-Instance-state有什么用?

android - Activity 在 0x00000200(代码=1)处因致命信号 11 (SIGSEGV) 而崩溃