From a3690ec08874d9985a41674cf286674e450d5499 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 12:13:32 +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 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index b5ba50e9..b7f231c3 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5712,6 +5712,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