diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 889334c5502d2f19a1c9c469b26adc52bdb35c97..894f0839b581f6a9650dd25c8f97d2f269132176 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -3622,7 +3622,6 @@ declare namespace window { * @throws { BusinessError } 1300004 - Unauthorized operation. * @throws { BusinessError } 1300016 - Parameter error. Possible cause: 1. Invalid parameter range. * @syscap SystemCapability.Window.SessionManager - * @atomicservice * @since 20 */ function shiftAppWindowTouchEvent(sourceWindowId: number, targetWindowId: number, fingerId: number): Promise;