From 9b72330b401c2beec232b1cba1f7967efd84f1db Mon Sep 17 00:00:00 2001 From: caoxin_dev Date: Wed, 10 Sep 2025 16:12:45 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=95=B0=E6=8D=AE=E8=AF=86=E5=88=AB=E8=84=B1?= =?UTF-8?q?=E6=95=8F=E6=9C=8D=E5=8A=A1]=EF=BC=9A=E6=96=B0=E5=A2=9Eohos.per?= =?UTF-8?q?mission.DATA=5FIDENTIFY=5FANONYMIZE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ruanlong <291083513@qq.com> --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 1fcc320f..ae62e29f 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6270,6 +6270,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.DATA_IDENTIFY_ANONYMIZE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee