-
Notifications
You must be signed in to change notification settings - Fork 151
Build
fairy edited this page Sep 27, 2019
·
5 revisions
BuildHelper.mobGetBuildInfo()
{
"board":"STF",
"bootloader":"unknown",
"brand":"HONOR",
"device":"HWSTF",
"display":"STF-AL00 8.0.0.360(C00GT)",
"fingerprint":"HONOR/STF-AL00/HWSTF:8.0.0/HUAWEISTF-AL00/360(C00GT):user/release-keys",
"hardware":"hi3660",
"host":"WUH1000129106",
"id":"HUAWEISTF-AL00",
"manufacturer":"HUAWEI",
"model":"STF-AL00",
"product":"STF-AL00",
"radio":"21C30B323S006C000,21C30B323S006C000",
"serial":"8BN0217901012695",
"tags":"release-keys",
"time":"1553851883000",
"type":"user",
"user":"test",
"osVersion":"HONOR/STF-AL00/HWSTF:8.0.0/HUAWEISTF-AL00/358(C00GT):user/release-keys",
"releaseVersion":"8.0.0",
"codeName":"$unknown",
"incremental":"360(C00GT)",
"sdkInt":"26",
"previewSdkInt":"0",
"securityPatch":"2019-04-05"
}
数据键 | 数据类型 | 数据解释 | 版本适配 | 预期值 |
---|---|---|---|---|
board | String | 主板名称 | >=1 | 😄 |
bootloader | String | 系统引导程序版本号 | >=8 | 😄 |
brand | String | 系统定制商 | >=1 | 😄 |
device | String | 设备参数 | >=1 | 😄 |
display | String | 显示屏参数 | >=3 | 😄 |
fingerprint | String | 硬件名 | >=1 | 😄 |
hardware | String | 内核命令行中的硬件名 | >=8 | 😄 |
host | String | host | >=1 | 😄 |
id | String | 标签 | >=1 | 😄 |
manufacturer | String | 硬件厂商 | >=4 | 😄 |
model | String | 版本 | >=1 | 😄 |
product | String | 手机厂商 | >=1 | 😄 |
radio | String | 无线电固件的版本字符串 | >=8 | 😄 |
serial | String | 获取硬件序列号 | <28 | 😭 |
tags | String | 描述Build的标签 | >=1 | 😄 |
time | String | time | >=1 | 😄 |
type | String | type | >=1 | 😄 |
user | String | user | >=1 | 😄 |
osVersion | String | os版本 | >=23 | 😄 |
releaseVersion | String | 版本 | >=1 | 😄 |
codeName | String | 当前开发代码名称 | >=1 | 😄 |
incremental | String | 基础源代码控件用于表示此构建的内部值 | >=1 | 😄 |
sdkInt | String | SDK的版本 | >=4 | 😄 |
previewSdkInt | String | SDK的预览版本 | >=23 | 😄 |
securityPatch | String | 用户可见的安全补丁程序级别 | >=23 | 😄 |
请自觉遵循《信息安全技术移动互联网应用(App)收集个人信息基本规范(草案)》