summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2017-03-09 16:17:02 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2017-03-09 18:00:02 +0900
commitae4e9e66ae4a9e3dddfb583485474bd2b5729574 (patch)
tree57dcc500109be77f7bce3e63c67a3f07ae562cdc
parente37e3ff812b6769b659d341b7405556df984720b (diff)
downloadnotification-ae4e9e66ae4a9e3dddfb583485474bd2b5729574.tar.gz
notification-ae4e9e66ae4a9e3dddfb583485474bd2b5729574.tar.bz2
notification-ae4e9e66ae4a9e3dddfb583485474bd2b5729574.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: Iccffca7eb9e9c3a7bbad4005dd953b6983530769
-rwxr-xr-xsrc/notification_setting.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/notification_setting.c b/src/notification_setting.c
index 8e82987..1cb6d4d 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);