Set "false" on onboot, autorestart of uiapplication 48/48648/1 accepted/tizen/mobile/20150925.012513 accepted/tizen/tv/20150925.012528 accepted/tizen/wearable/20150925.012542 submit/tizen/20150924.065914 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620
authorSangyoon Jang <s89.jang@samsung.com>
Thu, 24 Sep 2015 06:19:06 +0000 (15:19 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 24 Sep 2015 06:19:06 +0000 (15:19 +0900)
Change-Id: Icd3392c08cab4b751bfa377a62a561438ac3ead2
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
parser/pkgmgr_parser_db.c

index 8846545..7bd09de 100644 (file)
@@ -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,