From 3c55c8e9773ca2373090532dee4d57ccbf8d3aa8 Mon Sep 17 00:00:00 2001 From: x00524330 Date: Sat, 20 Apr 2024 15:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=86=B5=E6=94=AF=E6=8C=81=E4=BA=AE?= =?UTF-8?q?=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: x00524330 Change-Id: I79c3108eb26b211eb79a1369d9287084fd7572c1 --- services/ans/src/common/notification_config_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ans/src/common/notification_config_parse.cpp b/services/ans/src/common/notification_config_parse.cpp index d83fd3ae8..7952574a5 100644 --- a/services/ans/src/common/notification_config_parse.cpp +++ b/services/ans/src/common/notification_config_parse.cpp @@ -33,7 +33,7 @@ NotificationConfigParse::NotificationConfigParse() {NotificationConstant::SlotType::SERVICE_REMINDER, 0b111111}, {NotificationConstant::SlotType::CONTENT_INFORMATION, 0b000000}, {NotificationConstant::SlotType::OTHER, 0b000000}, - {NotificationConstant::SlotType::LIVE_VIEW, 0b110011}, + {NotificationConstant::SlotType::LIVE_VIEW, 0b111011}, {NotificationConstant::SlotType::CUSTOMER_SERVICE, 0b110001}, {NotificationConstant::SlotType::EMERGENCY_INFORMATION, 0b111111} }; -- Gitee