Skip to content
On this page

ek.getSystemSetting

获取设备设置。

返回

属性类型说明
bluetoothEnabledboolean蓝牙的系统开关
locationEnabledboolean地理位置的系统开关
wifiEnabledbooleanWi-Fi 的系统开关
deviceOrientationstring设备方向
合法值说明
portrait竖屏
landscape横屏

Example

ts
const setting = ek.getSystemSetting()