From c17d68bc1a6d21efd912d506e54bca81f7570c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B8=E6=BB=A1=E6=B8=9D?= Date: Thu, 12 Jun 2025 15:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90:=20ohos.pe?= =?UTF-8?q?rmission.USE=5FFLOAT=5FBALL=20Signed-off-by:=20EmiyaSakura=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 5daca1df5..20fa575b9 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -6849,6 +6849,17 @@ "distributedSceneEnable": false, "deviceTypes": ["general"] }, + { + "name": "ohos.permission.USE_FLOAT_BALL", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType": "NORMAL", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "tablet"] + }, { "name": "ohos.permission.READ_ALL_PHOTO", "grantMode": "system_grant", -- Gitee