diff --git a/services/ans/src/common/notification_config_parse.cpp b/services/ans/src/common/notification_config_parse.cpp index d83fd3ae8c3283843bff701d9580f19f099685bf..7952574a5587780934d99641ac027de753783b9f 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} };