diff --git a/zh-cn/application-dev/reference/apis/js-apis-device-info.md b/zh-cn/application-dev/reference/apis/js-apis-device-info.md index c6b94fabd80056faea756b95e022670e55c4fce5..1e65a7f35f48618c14867a2685eb0671547858e8 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-device-info.md +++ b/zh-cn/application-dev/reference/apis/js-apis-device-info.md @@ -12,6 +12,7 @@ import deviceInfo from '@ohos.deviceInfo' ## 属性 **系统能力**:以下各项对应的系统能力均为SystemCapability.Startup.SysInfo。 + **权限**:以下各项所需要的权限有所不同,详见下表。 | 名称 | 参数类型 | 可读 | 可写 | 描述 | diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md index 148570c628d44da3cfcc9c5857ebab7f70b879eb..2529125ef2283cf4b2a3f7ba145d54b16b0a5950 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md @@ -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 **参数:**