From 7dbf149fc373ea00fb55b5898806092b7176739f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E8=8F=B2=E5=A2=A8?= Date: Wed, 3 Sep 2025 19:31:54 +0800 Subject: [PATCH] =?UTF-8?q?kiosk=E9=94=99=E8=AF=AF=E7=A0=81=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱菲墨 --- api/@ohos.app.ability.kioskManager.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.app.ability.kioskManager.d.ts b/api/@ohos.app.ability.kioskManager.d.ts index 6003ad9dfa..2371d66281 100644 --- a/api/@ohos.app.ability.kioskManager.d.ts +++ b/api/@ohos.app.ability.kioskManager.d.ts @@ -37,7 +37,7 @@ declare namespace kioskManager { * @param { UIAbilityContext } context - The context that initiates to enter kiosk mode. * @returns { Promise } The promise returned by the function. * @throws { BusinessError } 801 - Capability not supported. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @throws { BusinessError } 16000110 - Current application is not in kiosk app list, can not enter kiosk mode. * @throws { BusinessError } 16000111 - System is already in kiosk mode, can not enter again. * @throws { BusinessError } 16000113 - Current ability is not in foreground. @@ -54,7 +54,7 @@ declare namespace kioskManager { * @param { UIAbilityContext } context - The context that initiates to exit kiosk mode. * @returns { Promise } The promise returned by the function. * @throws { BusinessError } 801 - Capability not supported. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @throws { BusinessError } 16000110 - Current application is not in kiosk app list, can not exit kiosk mode. * @throws { BusinessError } 16000112 - Current application is not in kiosk mode, can not exit. * @syscap SystemCapability.Ability.AbilityRuntime.Core @@ -70,7 +70,7 @@ declare namespace kioskManager { * @returns { Promise } Current kiosk status. * @throws { BusinessError } 202 - Not system application. * @throws { BusinessError } 801 - Capability not supported. - * @throws { BusinessError } 16000050 - Internal error. + * @throws { BusinessError } 16000050 - Failed to connect to the system service. * @syscap SystemCapability.Ability.AbilityRuntime.Core * @systemapi * @stagemodelonly -- Gitee