From 17f9d361adb36009b268bb3e5b76afa2063bfe21 Mon Sep 17 00:00:00 2001 From: lishiwei Date: Wed, 10 Sep 2025 08:38:07 +0000 Subject: [PATCH] update systemres/main/module.json. Signed-off-by: lishiwei --- systemres/main/module.json | 1 + 1 file changed, 1 insertion(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 1fcc320f..49b5e79b 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5477,6 +5477,7 @@ "name": "ohos.permission.ENTERPRISE_ACCESS_DLP_FILE", "grantMode": "system_grant", "availableLevel": "system_core", + "availableType": "MDM", "since": 20, "deprecated": "", "provisionEnable": true, -- Gitee