From 100b396b5c7141aef0c2ab83cb7599873a7449a5 Mon Sep 17 00:00:00 2001 From: yuzhenze Date: Wed, 28 May 2025 20:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A0=B7=E6=9C=AC=E9=87=87?= =?UTF-8?q?=E9=9B=86=E7=9B=B8=E5=85=B3=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuzhenze --- systemres/main/module.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 87048cd9..c18c6229 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5613,6 +5613,24 @@ "deprecated": "", "provisionEnable": false, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.UPLOAD_SAMPLE_FILE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.DOWNLOAD_POLICY_FILE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee