From 498e07be9727312c8a7d89d7d06da8467fdc19ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=B6=85?= <15010607970@163.com> Date: Thu, 21 Aug 2025 12:43:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E2=80=9C=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E9=85=8D=E7=BD=AE=E7=B3=BB=E7=BB=9F=E5=88=86?= =?UTF-8?q?=E4=BA=AB=E7=9A=84=E7=9B=AE=E6=A0=87=E5=BA=94=E7=94=A8=E5=90=8D?= =?UTF-8?q?=E5=8D=95=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: 于超 <15010607970@163.com> --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 7e308456..a5de1508 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6198,6 +6198,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.SET_SYSTEMSHARE_APPLAUNCHTRUSTLIST", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee