Remove NODISPLAY appinfo filter 38/118238/1 accepted/tizen/3.0/common/20170310.121409 accepted/tizen/3.0/ivi/20170310.080222 accepted/tizen/3.0/mobile/20170310.080138 accepted/tizen/3.0/tv/20170310.080155 accepted/tizen/3.0/wearable/20170310.080209 submit/tizen_3.0/20170309.095525
authorseungha.son <seungha.son@samsung.com>
Thu, 9 Mar 2017 07:17:02 +0000 (16:17 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Thu, 9 Mar 2017 09:00:02 +0000 (18:00 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Iccffca7eb9e9c3a7bbad4005dd953b6983530769

src/notification_setting.c

index 8e829874475262f62a1501a65b65aac1279a157c..1cb6d4da928c16e53d7d05aa2c18b1f23f3b0066 100755 (executable)
@@ -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);