From 7d8b558a21c81ea7287734400e574c11c94c1949 Mon Sep 17 00:00:00 2001 From: cff-gite Date: Tue, 30 Aug 2022 14:51:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B93.1release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cff-gite --- zh-cn/application-dev/reference/apis/js-apis-sensor.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-sensor.md b/zh-cn/application-dev/reference/apis/js-apis-sensor.md index 2b01e90a07..19268ffc33 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-sensor.md +++ b/zh-cn/application-dev/reference/apis/js-apis-sensor.md @@ -1350,8 +1350,6 @@ off(type: SensorType.SENSOR_TYPE_ID_HUMIDITY, callback?: Callback<HumidityRes 取消订阅传感器数据。 -**需要权限**:ohos.permission.READ_HEALTH_DATA,该权限为系统权限 - **系统能力**:SystemCapability.Sensors.Sensor **参数:** @@ -1404,8 +1402,6 @@ sensor.off(sensor.SensorType.SENSOR_TYPE_ID_LINEAR_ACCELERATION, callback); 取消订阅传感器数据。 -**需要权限**:ohos.permission.ACCELEROMETER,该权限为系统权限 - **系统能力**:SystemCapability.Sensors.Sensor **参数:** -- GitLab