From db7b7b93436cfce7dbdc33b5ce8effd79837b18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=99=A8?= Date: Wed, 27 Aug 2025 17:13:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E9=9C=80=E6=B1=82]:=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E2=80=9C=E5=85=81=E8=AE=B8MDM=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E6=96=87=E4=BB=B6=E6=95=8F=E6=84=9F=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E2=80=9D=E7=9A=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢晨 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 7e308456..c3723b3c 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6198,6 +6198,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.ENTERPRISE_DATA_IDENTIFY_FILE", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee