BuildRequires: pkgconfig(phonenumber-utils)
BuildRequires: pkgconfig(calendar-service2)
BuildRequires: pkgconfig(dpm)
-
+BuildRequires: pkgconfig(vconf)
+BuildRequires: pkgconfig(vconf-internal-keys)
%if %TIZEN_2_4_BUILD == 0
BuildRequires: pkgconfig(libtzplatform-config)
#include <msg_types.h>
#include <msg.h>
#include <assert.h>
+#include <vconf-internal-msg-keys.h>
+#include <vconf.h>
namespace
{
{
ecore_job_del(m_pActiveNotifJob);
m_pActiveNotifJob= nullptr;
- // TODO: apply m_ActiveNotifValue when API will be ready
+ vconf_set_int(VCONFKEY_MESSAGE_ACTIVATED_CONVERSATION_ID, m_ActiveNotifValue);
MSG_LOG("ActiveNotifValue = ", m_ActiveNotifValue);
}
msg_release_struct(&m_MmsRecvOpt);
{
auto *self =(MsgSettingsPrivate*)data;
self->m_pActiveNotifJob = nullptr;
- // TODO: apply m_ActiveNotifValue when API will be ready
+ vconf_set_int(VCONFKEY_MESSAGE_ACTIVATED_CONVERSATION_ID, self->m_ActiveNotifValue);
MSG_LOG("ActiveNotifValue = ", self->m_ActiveNotifValue);
},
this