From 68c01baacb6ef45872173c9b72f48e63b550d400 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Thu, 24 Sep 2015 15:19:06 +0900 Subject: [PATCH] Set "false" on onboot, autorestart of uiapplication Change-Id: Icd3392c08cab4b751bfa377a62a561438ac3ead2 Signed-off-by: Sangyoon Jang --- parser/pkgmgr_parser_db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/pkgmgr_parser_db.c b/parser/pkgmgr_parser_db.c index 8846545..7bd09de 100644 --- a/parser/pkgmgr_parser_db.c +++ b/parser/pkgmgr_parser_db.c @@ -842,9 +842,9 @@ static int __insert_uiapplication_info(manifest_x *mfx) up->exec, up->nodisplay, up->type, - PKGMGR_PARSER_EMPTY_STR, + "false", up->multiple, - PKGMGR_PARSER_EMPTY_STR, + "false", up->taskmanage, up->enabled, up->hwacceleration, -- 2.7.4