From 6ff2ae20296680e86f815f3e5aea9842d2229ddd Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 22 Mar 2022 17:05:33 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/application-dev/reference/apis/js-apis-runninglock.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-runninglock.md b/en/application-dev/reference/apis/js-apis-runninglock.md index 6c73a1029c..b2d01bd6da 100644 --- a/en/application-dev/reference/apis/js-apis-runninglock.md +++ b/en/application-dev/reference/apis/js-apis-runninglock.md @@ -1,6 +1,6 @@ # Running Lock -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version. The Running Lock module provides APIs for creating, querying, holding, and releasing running locks. @@ -19,9 +19,9 @@ Enumerates the types of **RunningLock** objects. **System capability:** SystemCapability.PowerManager.PowerManager.Core -| Name | Default Value | Description | +| Name | Default Value | Description | | ------------------------ | ---- | ------------------- | -| BACKGROUND | 1 | A lock that prevents the system from hibernating when the screen is off.| +| BACKGROUND | 1 | A lock that prevents the system from hibernating when the screen is off. | | PROXIMITY_SCREEN_CONTROL | 2 | A lock that determines whether to turn on or off the screen based on the distance away from the screen.| -- GitLab