From 28f75281710c17f06e7a830f2759356f95de3ba1 Mon Sep 17 00:00:00 2001 From: wei-guoqing1 Date: Thu, 24 Jul 2025 12:01:58 +0800 Subject: [PATCH] add CONNECT_MECHANIC_HARDWARE Signed-off-by: wei-guoqing1 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 90282273..078c23d0 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6069,6 +6069,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.CONNECT_MECHANIC_HARDWARE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee