From fccbbae0ec0be741d4917269024fc254ee637d80 Mon Sep 17 00:00:00 2001 From: fanyouming Date: Tue, 1 Jul 2025 12:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8E=BB=E6=BF=80=E6=B4=BBby?= =?UTF-8?q?od?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanyouming --- api/@ohos.enterprise.adminManager.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.enterprise.adminManager.d.ts b/api/@ohos.enterprise.adminManager.d.ts index de7d7d017c..2c08296a42 100644 --- a/api/@ohos.enterprise.adminManager.d.ts +++ b/api/@ohos.enterprise.adminManager.d.ts @@ -341,9 +341,9 @@ declare namespace adminManager { /** * Disables a current administrator ability. - * Only apps with the ohos.permission.MANAGE_ENTERPRISE_DEVICE_ADMIN permission or the shell uid can call this method. + * Only apps with the ohos.permission.MANAGE_ENTERPRISE_DEVICE_ADMIN permission,ohos.permission.START_PROVISIONING_MESSAGE or the shell uid can call this method. * - * @permission ohos.permission.MANAGE_ENTERPRISE_DEVICE_ADMIN + * @permission ohos.permission.MANAGE_ENTERPRISE_DEVICE_ADMIN || ohos.permission.START_PROVISIONING_MESSAGE * @param { Want } admin - admin indicates the enterprise admin extension ability information. * The admin must have the corresponding permission. * @param { number } [userId] - userId indicates the user ID or do not pass user ID. -- Gitee