From 1fd37458ac33cb7922a86778d0bb842d881aa32a Mon Sep 17 00:00:00 2001 From: qinlong Date: Thu, 1 Sep 2022 17:17:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa_profile/dscreen.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_profile/dscreen.cfg b/sa_profile/dscreen.cfg index 97ae17db..551b4379 100644 --- a/sa_profile/dscreen.cfg +++ b/sa_profile/dscreen.cfg @@ -6,7 +6,7 @@ "gid" : ["dscreen"], "ondemand" : true, "apl" : "system_basic", - "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC"], + "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC", "ohos.permission.CAPTURE_SCREEN"], "secon" : "u:r:dscreen:s0" }] } \ No newline at end of file -- Gitee From e3dd9643eb8f25e45b03660cced47556c3ed85e0 Mon Sep 17 00:00:00 2001 From: qinlong Date: Thu, 1 Sep 2022 17:19:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90=20Sign?= =?UTF-8?q?ed-off-by:=20qinlong=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Gitee