From 9847f8bfd4d0f07d03463dca52ce3db5c2e4ad55 Mon Sep 17 00:00:00 2001 From: duansizhao Date: Wed, 4 Jun 2025 11:26:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EGRANT=5FURI=5FPERMISSION=5FAS?= =?UTF-8?q?=5FCALLER=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duansizhao --- .../accesstokenmanager/permission_definitions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/services/accesstokenmanager/permission_definitions.json b/services/accesstokenmanager/permission_definitions.json index 6454f5c45..dc9a263e2 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -6706,6 +6706,17 @@ "distributedSceneEnable": false, "deviceTypes": ["phone", "2in1", "tablet"] }, + { + "name": "ohos.permission.GRANT_URI_PERMISSION_AS_CALLER", + "grantMode": "system_grant", + "availableLevel": "system_core", + "availableType": "SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["general"] + }, { "name": "ohos.permission.ACCESS_FIDO2_ONLINEAUTH", "grantMode": "system_grant", -- Gitee