From dcde200887662004cb50e4cd3f13984a6b5482d8 Mon Sep 17 00:00:00 2001 From: cuiruibin Date: Fri, 4 Jul 2025 15:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=81=E4=B9=85=E5=8C=96=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=AE=BE=E5=A4=87=E7=B1=BB=E5=9E=8B=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20Signed-off-by:=20cuiruibin=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/accesstokenmanager/permission_definitions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/accesstokenmanager/permission_definitions.json b/services/accesstokenmanager/permission_definitions.json index 9a3a0176a..c8d95982d 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -3050,7 +3050,8 @@ "since": 11, "deprecated": "", "provisionEnable": true, - "distributedSceneEnable": false + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] }, { "name": "ohos.permission.SET_SANDBOX_POLICY", -- Gitee