From d65bc4c325dc547915f32fd8fe3d858453baf8f2 Mon Sep 17 00:00:00 2001 From: Kyuho Jo Date: Fri, 23 Jan 2015 18:57:39 +0900 Subject: [PATCH] remove 'com.samsung' prefix Change-Id: Ie964d80442ec15160f049c591bbce04734574a14 Signed-off-by: Kyuho Jo --- include/notification_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notification_internal.h b/include/notification_internal.h index 79f99c5..77030c5 100755 --- a/include/notification_internal.h +++ b/include/notification_internal.h @@ -342,7 +342,7 @@ NOTIFICATION_DEPRECATED_API int notification_op_get_data(notification_op *noti_o return; } - noti_err = notification_set_pkgname(noti, "com.samsung.phone"); + noti_err = notification_set_pkgname(noti, "org.tizen.phone"); if(noti_err != NOTIFICATION_ERROR_NONE) { notification_free(noti); return; -- 2.7.4