From 4a4a4fc66386086488bd980c25e77062acf40f4b Mon Sep 17 00:00:00 2001 From: gaoqiang_strong Date: Wed, 13 Jul 2022 15:10:41 +0800 Subject: [PATCH] =?UTF-8?q?sa=E6=B7=BB=E5=8A=A0=E8=BD=AF=E6=80=BB=E7=BA=BF?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoqiang_strong --- sa_profile/dscreen.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sa_profile/dscreen.cfg b/sa_profile/dscreen.cfg index 2489088d..ce75a389 100644 --- a/sa_profile/dscreen.cfg +++ b/sa_profile/dscreen.cfg @@ -5,6 +5,8 @@ "uid" : "dscreen", "gid" : ["dscreen"], "ondemand" : true, + "apl" : "system_core", + "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC", "ohos.permission.DISTRIBUTED_SOFTBUS_CENNTER"], "secon" : "u:r:dscreen:s0" }] } \ No newline at end of file -- Gitee