From: seungha.son Date: Thu, 9 Mar 2017 07:17:02 +0000 (+0900) Subject: Remove NODISPLAY appinfo filter X-Git-Tag: submit/tizen_3.0/20170309.095525^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae4e9e66ae4a9e3dddfb583485474bd2b5729574;p=platform%2Fcore%2Fapi%2Fnotification.git Remove NODISPLAY appinfo filter Signed-off-by: seungha.son Change-Id: Iccffca7eb9e9c3a7bbad4005dd953b6983530769 --- diff --git a/src/notification_setting.c b/src/notification_setting.c index 8e829874..1cb6d4da 100755 --- a/src/notification_setting.c +++ b/src/notification_setting.c @@ -428,13 +428,6 @@ static int foreach_package_info_callback(const pkgmgrinfo_pkginfo_h package_info goto out; } - pkgmgr_ret = pkgmgrinfo_appinfo_filter_add_bool(handle, PMINFO_APPINFO_PROP_APP_NODISPLAY, false); - if (pkgmgr_ret != PMINFO_R_OK) { - NOTIFICATION_ERR("pkgmgrinfo_appinfo_filter_add_bool failed [%d]", pkgmgr_ret); - err = false; - goto out; - } - pkgmgr_ret = pkgmgrinfo_appinfo_usr_filter_foreach_appinfo(handle, foreach_app_info_callback, info, info->uid); if (pkgmgr_ret != PMINFO_R_OK) { NOTIFICATION_ERR("pkgmgrinfo_pkginfo_filter_foreach_appinfo failed [%d]", pkgmgr_ret);