-
Notifications
You must be signed in to change notification settings - Fork 151
NetWork
fairy edited this page Sep 29, 2019
·
2 revisions
NetWorkHelper.mobGetMobNetWork(context)
{
"type":"WIFI",
"networkAvailable":"true",
"haveIntent":"false",
"isFlightMode":"false",
"isNFCEnabled":"true",
"isHotspotEnabled":"false",
"hotspotSSID":"$unknown",
"hotspotPwd":"$unknown",
"encryptionType":"$unknown"
}
数据键 | 数据类型 | 数据解释 | 版本适配 | 预期值 |
---|---|---|---|---|
type | String | 网络类型 | >=1 | 😄 |
networkAvailable | String | 网络是否可用 | >=1 | 😄 |
haveIntent | String | 是否开启数据流量 | >=1 | 😄 |
isFlightMode | String | 是否是飞行模式 | >=1 | 😄 |
isNFCEnabled | String | NFC功能是否开启 | >=1 | 😄 |
isHotspotEnabled | String | 是否开启热点 | >=1 | 😄 |
hotspotSSID | String | 热点账号 | <29 | 😭 |
hotspotPwd | String | 热点密码 | <29 | 😭 |
encryptionType | String | 热点加密类型 | <29 | 😭 |
请自觉遵循《信息安全技术移动互联网应用(App)收集个人信息基本规范(草案)》