未验证 提交 1a8201ac 编写于 作者: O openharmony_ci 提交者: Gitee

!14590 update startup JS API

Merge pull request !14590 from handy/0213
......@@ -318,7 +318,7 @@
- [@ohos.settings (设置数据项名称)](js-apis-settings.md)
- [@ohos.stationary (设备状态感知框架)](js-apis-stationary.md)
- [@ohos.systemCapability (系统能力)](js-apis-system-capability.md)
- [@ohos.systemParameterV9 (系统属性)](js-apis-system-parameterV9.md)
- [@ohos.systemParameterEnhance (系统参数)](js-apis-system-parameterEnhance.md)
- [@ohos.thermal (热管理)](js-apis-thermal.md)
- [@ohos.update (升级)](js-apis-update.md)
- [@ohos.usbManager (USB管理)](js-apis-usbManager.md)
......
# @ohos.systemParameterV9 (系统属性)
# @ohos.systemParameterEnhance (系统参数)
系统参数(SystemParameter)是为各系统服务提供的简单易用的键值对访问接口,各个系统服务可以定义系统参数来描述该服务的状态信息,或者通过系统参数来改变系统服务的行为。其基本操作原语为get和set,通过get可以查询系统参数的值,通过set可以修改系统参数的值。
详细的系统参数设计原理及定义可参考
......@@ -13,7 +13,7 @@
## 导入模块
```ts
import systemparameter from '@ohos.systemParameterV9'
import systemparameter from '@ohos.systemParameterEnhance'
```
## systemparameter.getSync
......
# 启动子系统JS API变更ChangeLog
## cl.startup.1 包名变更
**变更影响**
原有的@ohos.systemParameterV9包名将被删除无法再使用,需更换为新的@ohos.systemParameterEnhance包名。
**适配指导**
原有的@ohos.systemParameterV9需要变更为@ohos.systemParameterEnhance,包内接口都不变,示例:
```js
import @ohos.systemParameterEnhance
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册