From 5811ba670817adf7dcb5ce37dab72e5bba377982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=8F=8B=E6=9D=BE?= Date: Thu, 7 Aug 2025 08:13:07 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BA=91ROM=E5=8D=87=E7=BA=A7=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E6=96=B0=E5=A2=9E=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 e9855935..4e63a4b1 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5930,6 +5930,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.CLOUD_ROM_UPDATE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.MOUNT_HDCDEBUG_PATH", "grantMode": "system_grant", -- Gitee