From 9ff8b115dc4e0aad9d497b3e45ea0df519e0a3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E4=BC=9F?= Date: Mon, 14 Jul 2025 11:30:10 +0000 Subject: [PATCH 1/2] update systemres/main/module.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡伟 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index f68c79f2..5738d954 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -875,6 +875,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING_SYSTEM", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.UPDATE_CONFIGURATION", "grantMode": "system_grant", -- Gitee From 66a7ec9497767331801ca15e3aa1702faa3c336b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E4=BC=9F?= Date: Tue, 15 Jul 2025 02:53:20 +0000 Subject: [PATCH 2/2] update systemres/main/module.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡伟 --- systemres/main/module.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/systemres/main/module.json b/systemres/main/module.json index 5738d954..41c7eafc 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -875,15 +875,6 @@ "provisionEnable": true, "distributedSceneEnable": false }, - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING_SYSTEM", - "grantMode": "system_grant", - "availableLevel": "system_basic", - "since": 20, - "deprecated": "", - "provisionEnable": true, - "distributedSceneEnable": false - }, { "name": "ohos.permission.UPDATE_CONFIGURATION", "grantMode": "system_grant", @@ -6051,6 +6042,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING_SYSTEM", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee