diff --git a/api/@ohos.app.ability.kioskManager.d.ts b/api/@ohos.app.ability.kioskManager.d.ts index 08400cac31858cc6776d5d7bf21d28d42a0b82ec..6003ad9dfa5d557ac5c1278314168d68311bbed7 100644 --- a/api/@ohos.app.ability.kioskManager.d.ts +++ b/api/@ohos.app.ability.kioskManager.d.ts @@ -31,24 +31,6 @@ import { KioskStatus as _KioskStatus } from './application/KioskStatus'; * @arkts 1.1&1.2 */ declare namespace kioskManager { - /** - * Update Kiosk application list, only application in allow list can enter kiosk mode. - * - * @permission ohos.permission.MANAGE_EDM_POLICY - * @param { Array } appList - Indicates the application list that can enter kiosk mode. - * @returns { Promise } The promise returned by the function. - * @throws { BusinessError } 201 - Permission denied. - * @throws { BusinessError } 202 - Not system application. - * @throws { BusinessError } 801 - Capability not supported. - * @throws { BusinessError } 16000050 - Internal error. - * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @systemapi - * @stagemodelonly - * @since 20 - * @arkts 1.1&1.2 - */ - function updateKioskAppList(appList: Array): Promise; - /** * Enter kiosk mode. *