From: Kyuho Jo Date: Fri, 23 Jan 2015 09:57:39 +0000 (+0900) Subject: remove 'com.samsung' prefix X-Git-Tag: submit/tizen_mobile/20150515.081608~1^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d65bc4c325dc547915f32fd8fe3d858453baf8f2;p=platform%2Fcore%2Fapi%2Fnotification.git remove 'com.samsung' prefix Change-Id: Ie964d80442ec15160f049c591bbce04734574a14 Signed-off-by: Kyuho Jo --- 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;