-
Notifications
You must be signed in to change notification settings - Fork 151
Battery
fairy edited this page Oct 14, 2019
·
3 revisions
BatteryHelper.mobGetBattery(context)
{
"br":"74.0%",
"status":"charging",
"plugState":"usb",
"health":"good",
"present":"true",
"technology":"Li-poly",
"temperature":"33℃",
"voltage":"4.068V",
"power":"3100.0mAh"
}
数据键 | 数据类型 | 数据解释 | 版本适配 | 预期值 |
---|---|---|---|---|
br | String | 电量百分比 | >=5 | 😄 |
status | String | 电池充放电状态 | >=5 | 😄 |
plugState | String | 电池充电类型 | >=5 | 😄 |
health | String | 电池健康状况 | >=5 | 😄 |
present | String | 是否有电池 | >=5 | 😄 |
technology | String | 电池的技术制造 | >=5 | 😄 |
temperature | String | 电池温度 | >=5 | 😄 |
voltage | String | 电池电压 | >=5 | 😄 |
power | String | 电池总电量 | >=5 | 😄 |
请自觉遵循《信息安全技术移动互联网应用(App)收集个人信息基本规范(草案)》