From 8bcca0e70723e67bd9e4f6b4f2ab0490f2cbafea Mon Sep 17 00:00:00 2001 From: Keebum Kim Date: Wed, 16 Oct 2013 16:39:12 +0900 Subject: [PATCH] Modify adding bundle values while creating notification. --- utils/MsgNotificationWrapper.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/MsgNotificationWrapper.cpp b/utils/MsgNotificationWrapper.cpp index fbc35c3..933ee37 100755 --- a/utils/MsgNotificationWrapper.cpp +++ b/utils/MsgNotificationWrapper.cpp @@ -859,6 +859,8 @@ msg_error_t MsgRefreshNoti(bool bWithTicker) // set execute option notification_set_execute_option(noti, NOTIFICATION_EXECUTE_TYPE_MULTI_LAUNCH, NULL, NULL, args); + notification_set_execute_option(noti, NOTIFICATION_EXECUTE_TYPE_RESPONDING, NULL, NULL, NULL); + } else { noti_err = notification_set_layout(noti, NOTIFICATION_LY_NOTI_EVENT_SINGLE); @@ -898,6 +900,8 @@ msg_error_t MsgRefreshNoti(bool bWithTicker) memset(&tempId, 0x00, sizeof(tempId)); snprintf(tempId, 5, "%d", msg.msgId); bundle_add(reply, "msgId", tempId); + + notification_set_execute_option(noti, NOTIFICATION_EXECUTE_TYPE_RESPONDING, NULL, NULL, reply); } -- 2.7.4