diff --git a/frameworks/ans/src/notification_slot.cpp b/frameworks/ans/src/notification_slot.cpp index 07497aca95b05677e3436089a9532973287ff620..e41352c9f50042f6c0c2c7a66990ddf978587590 100644 --- a/frameworks/ans/src/notification_slot.cpp +++ b/frameworks/ans/src/notification_slot.cpp @@ -149,7 +149,7 @@ void NotificationSlot::SetType(NotificationConstant::SlotType type) SetLockscreenVisibleness(NotificationConstant::VisiblenessType::PUBLIC); SetSound(DEFAULT_NOTIFICATION_SOUND); SetVibrationStyle(DEFAULT_NOTIFICATION_VIBRATION); - SetLevel(LEVEL_DEFAULT); + SetLevel(LEVEL_HIGH); break; case NotificationConstant::SlotType::CONTENT_INFORMATION: id_ = "CONTENT_INFORMATION";