From cd5bc14a81d8d5b0dfa9d4c5e7c7e9326d7a78d8 Mon Sep 17 00:00:00 2001 From: wangchaole Date: Tue, 19 Jul 2022 11:33:27 +0800 Subject: [PATCH] fix: modify dcamera apl Signed-off-by: wangchaole --- sa_profile/dcamera.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa_profile/dcamera.cfg b/sa_profile/dcamera.cfg index 850c00b5..c20dda4a 100644 --- a/sa_profile/dcamera.cfg +++ b/sa_profile/dcamera.cfg @@ -5,7 +5,7 @@ "uid" : "dcamera", "gid" : ["dcamera"], "ondemand" : true, - "apl" : "system_core", + "apl" : "system_basic", "permission" : ["ohos.permission.DISTRIBUTED_DATASYNC"], "secon" : "u:r:dcamera:s0" }] -- Gitee