From e8420961596e329145ebb6381152a7824e23d75a Mon Sep 17 00:00:00 2001 From: xdongs Date: Sun, 27 Apr 2025 21:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9C=E6=B9=96clone=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xdongs --- etc/profile/foundation.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/profile/foundation.cfg b/etc/profile/foundation.cfg index db39f15..39cfa59 100644 --- a/etc/profile/foundation.cfg +++ b/etc/profile/foundation.cfg @@ -131,7 +131,8 @@ "ohos.permission.ACCESS_SCREEN_LOCK", "ohos.permission.hsdr.REQUEST_HSDR", "ohos.permission.ACCESS_CUSTOM_RINGTONE", - "ohos.permission.ACCESS_SEARCH_SERVICE" + "ohos.permission.ACCESS_SEARCH_SERVICE", + "ohos.permission.RECEIVE_BMS_BROKER_MESSAGES" ], "permission_acls":[ "ohos.permission.MANAGE_HAP_TOKENID", -- Gitee