From 7a6e467d82eaf77403450dc7da06b7689027b3b5 Mon Sep 17 00:00:00 2001 From: jiangxiaofeng20 Date: Tue, 2 Sep 2025 19:15:04 +0800 Subject: [PATCH] =?UTF-8?q?startUIAbilitiesInSplitWindowMode=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=81=E4=BF=A1=E6=81=AF=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiangxiaofeng20 --- api/application/UIExtensionContext.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/UIExtensionContext.d.ts b/api/application/UIExtensionContext.d.ts index 4afe744ae0..d63a3aadbb 100755 --- a/api/application/UIExtensionContext.d.ts +++ b/api/application/UIExtensionContext.d.ts @@ -1175,7 +1175,7 @@ declare class UIExtensionContext extends ExtensionContext { * @throws { BusinessError } 202 - Not system application. * @throws { BusinessError } 801 - Capability not supported. * @throws { BusinessError } 16000001 - Target UIAbility does not exist. - * @throws { BusinessError } 16000004 - Failed to start the invisible ability. + * @throws { BusinessError } 16000004 - Cannot start an invisible component. * @throws { BusinessError } 16000005 - The specified process does not have the permission. * @throws { BusinessError } 16000006 - Cross-user operations are not allowed. * @throws { BusinessError } 16000008 - The crowdtesting application expires. -- Gitee