From 4f1980d52465d99fed06481cc9c063a58d5292c9 Mon Sep 17 00:00:00 2001 From: duanaoqi Date: Mon, 7 Jul 2025 17:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90ENTERPRISE?= =?UTF-8?q?=5FMANAGE=5FUSER=5FGRANT=5FPERMISSION?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duanaoqi --- systemres/main/module.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index f9c1461e..b4aa9d4d 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -1927,6 +1927,16 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.ENTERPRISE_MANAGE_USER_GRANT_PERMISSION", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType": "MDM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.GET_ENTERPRISE_CONFIG", "grantMode": "system_grant", -- Gitee