From 6037cc08b9a5c35d752c0e66597f5754b2693fb4 Mon Sep 17 00:00:00 2001 From: SUE Date: Tue, 22 Feb 2022 07:54:06 +0000 Subject: [PATCH] Signed-off-by:hellohyh001 --- api/@ohos.sensor.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.sensor.d.ts b/api/@ohos.sensor.d.ts index 1752c4467c..231c236f6b 100755 --- a/api/@ohos.sensor.d.ts +++ b/api/@ohos.sensor.d.ts @@ -607,6 +607,7 @@ declare namespace sensor { * @param gravity Indicates the gravity vector. * @param geomagnetic Indicates the geomagnetic vector. * @return Returns the rotation matrix, {@code RotationMatrixResponse}. + * @syscap SystemCapability.Sensors.Sensor * @since 8 */ function createRotationMatrix(gravity: Array, geomagnetic: Array, callback: AsyncCallback): void; -- Gitee