From 8e71d3c7ba9331fe4811b9835bee03761e8afdb1 Mon Sep 17 00:00:00 2001 From: "@shi-xiaoxiao-iris" Date: Mon, 7 Nov 2022 11:56:50 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[=E5=88=86=E5=B8=83=E5=BC=8F=E7=A1=AC?= =?UTF-8?q?=E4=BB=B6=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86]=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9C=8D=E5=8A=A1=E8=AE=BF=E9=97=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @shi-xiaoxiao-iris --- systemres/main/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 7b7bdbaa..2c31ff3d 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -1585,6 +1585,15 @@ "distributedSceneEnable": false, "label": "$string:ohos_lab_write_whole_calendar", "description": "$string:ohos_desc_write_whole_calendar" + }, + { + "name": "ohos.permission.ACCESS_SERVICE_DM", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 7, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee From 24c69e1a3f0b66d8d780fef383cafe165c3955e6 Mon Sep 17 00:00:00 2001 From: "@shi-xiaoxiao-iris" Date: Mon, 7 Nov 2022 14:34:04 +0800 Subject: [PATCH 2/4] =?UTF-8?q?[=E5=88=86=E5=B8=83=E5=BC=8F=E7=A1=AC?= =?UTF-8?q?=E4=BB=B6=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86]=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=B3=BB=E7=BB=9F=E6=9D=83=E9=99=90=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @shi-xiaoxiao-iris --- systemres/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemres/main/config.json b/systemres/main/config.json index 2c31ff3d..0df0b63e 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -1592,7 +1592,7 @@ "availableLevel": "system_basic", "since": 7, "deprecated": "", - "provisionEnable": true, + "provisionEnable": false, "distributedSceneEnable": false } ] -- Gitee From 00e4e8a430ca1b751420f2c58a2814875727baa0 Mon Sep 17 00:00:00 2001 From: "@shi-xiaoxiao-iris" Date: Tue, 8 Nov 2022 19:15:10 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @shi-xiaoxiao-iris --- systemres/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemres/main/config.json b/systemres/main/config.json index 0df0b63e..56ed168c 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -1590,7 +1590,7 @@ "name": "ohos.permission.ACCESS_SERVICE_DM", "grantMode": "system_grant", "availableLevel": "system_basic", - "since": 7, + "since": 9, "deprecated": "", "provisionEnable": false, "distributedSceneEnable": false -- Gitee From 1dce652d16844bda6c0a4b44be24dd29e0b585db Mon Sep 17 00:00:00 2001 From: "@shi-xiaoxiao-iris" Date: Thu, 17 Nov 2022 17:30:36 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E5=88=86=E5=B8=83=E5=BC=8F=E7=A1=AC?= =?UTF-8?q?=E4=BB=B6=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: @shi-xiaoxiao-iris --- systemres/main/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemres/main/config.json b/systemres/main/config.json index 56ed168c..9ea92331 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -1592,7 +1592,7 @@ "availableLevel": "system_basic", "since": 9, "deprecated": "", - "provisionEnable": false, + "provisionEnable": true, "distributedSceneEnable": false } ] -- Gitee