From 314016837df229a0b2ad53b619cfdda344bb496d Mon Sep 17 00:00:00 2001 From: libing23232323 Date: Fri, 12 Sep 2025 15:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0WEB=5FNATIVE=5FMESSAGING?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: libing23232323 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 46bfc99b..9231e451 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6279,6 +6279,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.WEB_NATIVE_MESSAGING", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee