-
Notifications
You must be signed in to change notification settings - Fork 151
Screen
fairy edited this page Sep 29, 2019
·
2 revisions
ScreenHelper.mobGetMobScreen(context)
{
"densityScale":"3.0",
"densityDpi":"480",
"width":"1080",
"height":"1920",
"isScreenAuto":"false",
"isScreenAutoChange":"false",
"screenBrightness":"114",
"checkHideStatusBar":"false",
"checkHasNavigationBar":"false",
"getStatusBarHeight":"72",
"getNavigationBarHeight":"126",
"isWindowNotch":"false",
"windowNotchHeight":"0"
}
数据键 | 数据类型 | 数据解释 | 版本适配 | 预期值 |
---|---|---|---|---|
densityScale | String | 当前屏幕密度与标准屏幕密度的比值 | >=1 | 😄 |
densityDpi | String | 屏幕密度 | >=1 | 😄 |
width | String | 屏幕宽度 | >=1 | 😄 |
height | String | 屏幕高度 | >=1 | 😄 |
isScreenAuto | String | 亮度是否为自动调节 | >=1 | 😄 |
isScreenAutoChange | String | 屏幕亮度 | >=1 | 😄 |
screenBrightness | String | 屏幕是否开启自动旋转 | >=1 | 😄 |
checkHideStatusBar | String | 是否隐藏状态栏 | >=1 | 😄 |
checkHasNavigationBar | String | 是否显示底部导航栏 | >=1 | 😄 |
getStatusBarHeight | String | 获取状态栏高度 | >=1 | 😄 |
getNavigationBarHeight | String | 获取底部导航栏的高度 | >=1 | 😄 |
isWindowNotch | String | 判断是否是刘海屏 | >=1 | 😄 |
windowNotchHeight | String | 刘海屏的高度 | >=1 | 😄 |
请自觉遵循《信息安全技术移动互联网应用(App)收集个人信息基本规范(草案)》