From c7529940c372a338d96f8277b81c6b4adee80b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=99=93=E6=99=93?= Date: Fri, 1 Aug 2025 15:46:08 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90?= =?UTF-8?q?=E4=BD=BF=E7=94=A8reason?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 史晓晓 --- display/entry/src/main/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/display/entry/src/main/module.json b/display/entry/src/main/module.json index 7b41ba5ea..9ffddc46f 100644 --- a/display/entry/src/main/module.json +++ b/display/entry/src/main/module.json @@ -80,7 +80,8 @@ "name": "ohos.permission.PRIVACY_WINDOW" }, { - "name": "ohos.permission.DISTRIBUTED_DATASYNC" + "name": "ohos.permission.DISTRIBUTED_DATASYNC", + "reason":"need use ohos.permission.DISTRIBUTED_DATASYNC" } ], "metadata": [ -- Gitee From 89de41f8eff983b77cd8de14390453c0e8af1006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=99=93=E6=99=93?= Date: Fri, 1 Aug 2025 08:04:37 +0000 Subject: [PATCH 2/4] update display/entry/src/main/module.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 史晓晓 --- display/entry/src/main/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display/entry/src/main/module.json b/display/entry/src/main/module.json index 9ffddc46f..ca73f74b2 100644 --- a/display/entry/src/main/module.json +++ b/display/entry/src/main/module.json @@ -81,7 +81,7 @@ }, { "name": "ohos.permission.DISTRIBUTED_DATASYNC", - "reason":"need use ohos.permission.DISTRIBUTED_DATASYNC" + "reason": "need use ohos.permission.DISTRIBUTED_DATASYNC" } ], "metadata": [ -- Gitee From 0c33fd3a5555bdc0ec21489f6c6dd0441393b9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=99=93=E6=99=93?= Date: Fri, 1 Aug 2025 16:36:33 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 史晓晓 --- display/AppScope/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/display/AppScope/app.json b/display/AppScope/app.json index 52116a006..e48d02ec5 100644 --- a/display/AppScope/app.json +++ b/display/AppScope/app.json @@ -2,8 +2,8 @@ "app": { "bundleName": "com.ohos.devicemanagerui", "vendor": "example", - "versionCode": 1000047, - "versionName": "1.0.47", + "versionCode": 1000048, + "versionName": "1.0.48", "icon": "$media:app_icon", "label": "$string:app_name", "minAPIVersion": 10, -- Gitee From 9f9553dd3a9263a3fd4e9bff84efd0c221132d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=99=93=E6=99=93?= Date: Fri, 1 Aug 2025 08:46:15 +0000 Subject: [PATCH 4/4] update display/entry/src/main/module.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 史晓晓 --- display/entry/src/main/module.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/display/entry/src/main/module.json b/display/entry/src/main/module.json index ca73f74b2..a1e04e78e 100644 --- a/display/entry/src/main/module.json +++ b/display/entry/src/main/module.json @@ -78,10 +78,6 @@ }, { "name": "ohos.permission.PRIVACY_WINDOW" - }, - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC", - "reason": "need use ohos.permission.DISTRIBUTED_DATASYNC" } ], "metadata": [ -- Gitee