From b7630004ee25b4682716dc02cb9c12e5b1dcf700 Mon Sep 17 00:00:00 2001 From: wangchaole Date: Tue, 19 Jul 2022 14:00:30 +0800 Subject: [PATCH] fix: modify dcamera apl grade 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