From fe161c2391ae08aa63def4fa66bed765db50369f Mon Sep 17 00:00:00 2001 From: AlalaXianyu Date: Tue, 29 Jul 2025 15:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=95=B0=E5=AD=97=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E8=AE=A2=E9=98=85=E4=BA=8B=E4=BB=B6=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xianyu322 <274922025@qq.com> --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index c9087f4f..3d2aa473 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6115,6 +6115,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.ENTERPRISE_WORKSPACES_EVENT_SUBSCRIBE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee