Change it to true in order to hide it from app drawer.
Change-Id: I93f92f127be05686968f8de2b3034ab0345af9f0
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
service_info.on_boot() ? strdup("true") : strdup("false");
application->autorestart =
service_info.auto_restart() ? strdup("true") : strdup("false");
- application->nodisplay = strdup("false");
+ application->nodisplay = strdup("true");
application->taskmanage = strdup("true");
SetApplicationXDefaults(application);
application->support_ambient = strdup("false");