projects
/
profile
/
mobile
/
apps
/
native
/
taskmanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48eb547
)
[FIX TSAM-5319] Show nodisplay apps.
19/76019/1
author
Radoslaw Czerski
<r.czerski@samsung.com>
Wed, 22 Jun 2016 10:45:31 +0000
(12:45 +0200)
committer
Radoslaw Czerski
<r.czerski@samsung.com>
Wed, 22 Jun 2016 10:45:31 +0000
(12:45 +0200)
Change-Id: Id46c9c765f5d709aa3d874d4de3808a9b7c880db
Signed-off-by: Radoslaw Czerski <r.czerski@samsung.com>
src/list.c
patch
|
blob
|
history
diff --git
a/src/list.c
b/src/list.c
index 686000a44f1dc1d02e80273bdabc2c028e52180d..44c83ae19e6d6e27eb993546d068c6bf8a5ea011 100644
(file)
--- a/
src/list.c
+++ b/
src/list.c
@@
-129,13
+129,6
@@
static int _pkglist_filter_create(app_info_filter_h *filter)
return TASK_MGR_ERROR_FAIL;
}
- ret = app_info_filter_add_bool(*filter, PACKAGE_INFO_PROP_APP_NODISPLAY, false);
- if (ret != APP_MANAGER_ERROR_NONE) {
- _E("app_info_filer_add_bool failed[%d]: %s", ret, get_error_message(ret));
- app_info_filter_destroy(*filter);
- return TASK_MGR_ERROR_FAIL;;
- }
-
return TASK_MGR_ERROR_NONE;
}