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

!8539 FIX: 修改文件格式

Merge pull request !8539 from cheng_jinsong/0823
......@@ -11,7 +11,8 @@ import deviceInfo from '@ohos.deviceInfo'
## 属性
**系统能力**:以下各项对应的系统能力均为SystemCapability.Startup.SysInfo。
**系统能力**:以下各项对应的系统能力均为SystemCapability.Startup.SystemInfo。
**权限**:以下各项所需要的权限有所不同,详见下表。
| 名称 | 参数类型 | 可读 | 可写 | 描述 |
......
......@@ -17,7 +17,7 @@ getSync(key: string, def?: string): string
获取系统属性Key对应的值。
**系统能力:** SystemCapability.Startup.SysInfo
**系统能力:** SystemCapability.Startup.SystemInfo
**参数:**
......@@ -50,7 +50,7 @@ get(key: string, callback: AsyncCallback<string>): void
获取系统属性Key对应的值。
**系统能力:** SystemCapability.Startup.SysInfo
**系统能力:** SystemCapability.Startup.SystemInfo
**参数:**
......@@ -81,7 +81,7 @@ get(key: string, def: string, callback: AsyncCallback<string>): void
获取系统属性Key对应的值。
**系统能力:** SystemCapability.Startup.SysInfo
**系统能力:** SystemCapability.Startup.SystemInfo
**参数:**
......@@ -114,7 +114,7 @@ get(key: string, def?: string): Promise<string>
获取系统属性Key对应的值。
**系统能力:** SystemCapability.Startup.SysInfo
**系统能力:** SystemCapability.Startup.SystemInfo
**参数:**
......@@ -151,7 +151,7 @@ setSync(key: string, value: string): void
设置系统属性Key对应的值。
**系统能力:** SystemCapability.Startup.SysInfo
**系统能力:** SystemCapability.Startup.SystemInfo
**参数:**
......@@ -177,7 +177,7 @@ set(key: string, value: string, callback: AsyncCallback<void>): void
设置系统属性Key对应的值。
**系统能力:** SystemCapability.Startup.SysInfo
**系统能力:** SystemCapability.Startup.SystemInfo
**参数:**
......@@ -209,7 +209,7 @@ set(key: string, value: string): Promise<void>
设置系统属性Key对应的值。
**系统能力:** SystemCapability.Startup.SysInfo
**系统能力:** SystemCapability.Startup.SystemInfo
**参数:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册