From 75dbc9dd49d72aed6501c0858d01879e66542248 Mon Sep 17 00:00:00 2001 From: liuleimin_hw Date: Thu, 10 Jul 2025 15:59:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EACCESS=5FNET=5FTRACE=5FINFO?= =?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: liuleimin_hw --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 85338993..f5e95643 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5363,6 +5363,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.ACCESS_NET_TRACE_INFO", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.ACCESS_TRUST_LIST_OOBE_MANAGER", "grantMode": "system_grant", -- Gitee