From 323d1362983e5652e90e3e7899df92c163a2cefd Mon Sep 17 00:00:00 2001 From: Gloria Date: Fri, 16 Sep 2022 09:07:48 +0800 Subject: [PATCH] fixed dcbd1c9 from https://gitee.com/wusongqing/docs/pulls/9526 update docs against 9422 Signed-off-by: wusongqing --- en/application-dev/device/vibrator-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/device/vibrator-overview.md b/en/application-dev/device/vibrator-overview.md index 191d74b591..05e9b06d5c 100644 --- a/en/application-dev/device/vibrator-overview.md +++ b/en/application-dev/device/vibrator-overview.md @@ -23,4 +23,4 @@ The vibrator is a Misc device that consists of four modules: Vibrator API, Vibra ## Constraints -When using a vibrator, you must declare the **ohos.permission.VIBRATE** permission before you can control the vibration effect. The sensitivity level of this permission is **system_grant**. +When using a vibrator, you must declare the **ohos.permission.VIBRATE** permission before you can control the vibration effect. The authorization mode of this permission is **system_grant**. -- GitLab