From b27c1eb6fe9a206fffd87f023346b0db00d46b12 Mon Sep 17 00:00:00 2001 From: wanghchao Date: Wed, 16 Feb 2022 09:58:29 +0800 Subject: [PATCH] style:add usb syscap Signed-off-by: wanghchao --- zh-cn/application-dev/reference/apis/js-apis-usb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-usb.md b/zh-cn/application-dev/reference/apis/js-apis-usb.md index 40b5288a86b..153e7459ce7 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-usb.md +++ b/zh-cn/application-dev/reference/apis/js-apis-usb.md @@ -11,9 +11,9 @@ import usb from "@ohos.usb"; ``` -## 权限 +## 系统能力 -无 +SystemCapability.USB.USBManager ## usb.getDevices -- Gitee