From be2a68c2733b4faae3e48336e6f580997994943e Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Sat, 25 Feb 2023 17:16:34 +0800 Subject: [PATCH] update docs (14718) Signed-off-by: ester.zhou --- en/application-dev/reference/apis/Readme-EN.md | 2 +- ...tem-parameterV9.md => js-apis-system-parameterEnhance.md} | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename en/application-dev/reference/apis/{js-apis-system-parameterV9.md => js-apis-system-parameterEnhance.md} (98%) diff --git a/en/application-dev/reference/apis/Readme-EN.md b/en/application-dev/reference/apis/Readme-EN.md index 467463fb29..3f38de530d 100644 --- a/en/application-dev/reference/apis/Readme-EN.md +++ b/en/application-dev/reference/apis/Readme-EN.md @@ -309,7 +309,7 @@ - [@ohos.settings (Data Item Settings)](js-apis-settings.md) - [@ohos.stationary (Device Status Awareness Framework)](js-apis-stationary.md) - [@ohos.systemCapability (SystemCapability)](js-apis-system-capability.md) - - [@ohos.systemParameterV9 (System Parameter)](js-apis-system-parameterV9.md) + - [@ohos.systemParameterEnhance (System Parameter)](js-apis-system-parameterEnhance.md) - [@ohos.thermal (Thermal Management)](js-apis-thermal.md) - [@ohos.update (Update)](js-apis-update.md) - [@ohos.usbV9 (USB Management)](js-apis-usb.md) diff --git a/en/application-dev/reference/apis/js-apis-system-parameterV9.md b/en/application-dev/reference/apis/js-apis-system-parameterEnhance.md similarity index 98% rename from en/application-dev/reference/apis/js-apis-system-parameterV9.md rename to en/application-dev/reference/apis/js-apis-system-parameterEnhance.md index 23ad27a045..8b4be482d1 100644 --- a/en/application-dev/reference/apis/js-apis-system-parameterV9.md +++ b/en/application-dev/reference/apis/js-apis-system-parameterEnhance.md @@ -1,10 +1,11 @@ -# SystemParameter +# @ohos.systemParameterEnhance (System Parameter) The **SystemParameter** module provides system services with easy access to key-value pairs. You can use the APIs provided by this module to describe the service status and change the service behavior. The basic operation primitives are get and set. You can obtain the values of system parameters through getters and modify the values through setters. For details about the system parameter design principles and definitions, see [Service Management](../../../device-dev/subsystems/subsys-boot-init-sysparam.md). > **NOTE** +> > - The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. > - The APIs provided by this module are system APIs. > - Third-party applications cannot use the APIs provided by this module, because system parameters each require specific discretionary access control (DAC) and mandatory access control (MAC) permissions. @@ -12,7 +13,7 @@ For details about the system parameter design principles and definitions, see ## Modules to Import ```ts -import systemparameter from '@ohos.systemParameterV9' +import systemparameter from '@ohos.systemParameterEnhance' ``` ## systemparameter.getSync -- GitLab