Android 4.2 允许的版本字符串
如Android 4.2 兼容性定义的第 3.2.2 节所述,系统属性android.os.Build.VERSION.RELEASE
只允许使用某些字符串。原因是应用程序和网站可能依赖于该字符串的可预测值,因此最终用户可以轻松可靠地识别其设备上运行的 Android 版本。
由于 Android 软件的后续版本可能会修改此字符串,但不会更改任何 API 行为,因此此类版本可能不会附带新的兼容性定义文档。此页面列出了基于 Android 4.2 的系统允许的版本。 Android 4.2 的android.os.Build.VERSION.RELEASE
唯一允许的值是:
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2020-09-01 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]