From e61ac7412c3c910c2812532ad5ed781e1f585170 Mon Sep 17 00:00:00 2001 From: liu-binjun Date: Mon, 7 Nov 2022 15:42:14 +0800 Subject: [PATCH] bugfix:Modify the description of the sendcommand interface Signed-off-by: liu-binjun --- zh-cn/application-dev/reference/apis/js-apis-geolocation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-geolocation.md b/zh-cn/application-dev/reference/apis/js-apis-geolocation.md index 3cd5bb1b94..c48ef48953 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-geolocation.md +++ b/zh-cn/application-dev/reference/apis/js-apis-geolocation.md @@ -1097,7 +1097,7 @@ flushCachedGnssLocations() : Promise<boolean>; sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>) : void; -给位置服务子系统的各个部件发送扩展命令。只有系统应用才能调用。 +给位置服务子系统的各个部件发送扩展命令。 **需要权限**:ohos.permission.LOCATION @@ -1129,7 +1129,7 @@ sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>) : sendCommand(command: LocationCommand) : Promise<boolean>; -给位置服务子系统的各个部件发送扩展命令。只有系统应用才能调用。 +给位置服务子系统的各个部件发送扩展命令。 **需要权限**:ohos.permission.LOCATION -- GitLab