From d5f85705a61ca8467bf24d210102da6356927185 Mon Sep 17 00:00:00 2001 From: lixiangpeng5 Date: Tue, 23 Jul 2024 07:22:21 +0000 Subject: [PATCH] add systemUsage to bypass switches Signed-off-by: lixiangpeng5 Change-Id: I6e5f10d4b0cbadf49246d374f856f4d38a5da593 --- api/@ohos.vibrator.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/@ohos.vibrator.d.ts b/api/@ohos.vibrator.d.ts index 4a142b29c..2ddfdc8a7 100644 --- a/api/@ohos.vibrator.d.ts +++ b/api/@ohos.vibrator.d.ts @@ -453,6 +453,16 @@ declare namespace vibrator { * @since 11 */ usage: Usage; + + /** + * Indicates whether to bypass system management switches. + * + * @type { ?boolean } + * @syscap SystemCapability.Sensors.MiscDevice + * @systemapi + * @since 12 + */ + systemUsage?: boolean; } /**