From 5396bf9c3ea6605e5dbf01b36d36592c2a1cc71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B8=E6=BB=A1=E6=B8=9D?= Date: Tue, 10 Jun 2025 10:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9D=83=E9=99=90ohos.permis?= =?UTF-8?q?sion.USE=5FFLOAT=5FBALL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 6aac90fc..3c914e97 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5658,6 +5658,15 @@ "deprecated": "", "provisionEnable": false, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.USE_FLOAT_BALL", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee