From 05ecc903e2f5b867ba7dade0877d0412346b9bbb Mon Sep 17 00:00:00 2001 From: z30053788 Date: Mon, 7 Jul 2025 19:45:22 +0800 Subject: [PATCH] update Signed-off-by: z30053788 Change-Id: I95e89cb3e76f2758bbdc6728eed4c179f964891a --- frameworks/ans/src/notification_slot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/ans/src/notification_slot.cpp b/frameworks/ans/src/notification_slot.cpp index 07497aca9..e41352c9f 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"; -- Gitee