From: junkyu Han Date: Tue, 10 Nov 2015 07:25:28 +0000 (+0900) Subject: Change launch API to aul_luanch X-Git-Tag: accepted/tizen/mobile/20151113.061030^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2dd8515dd7952fc1427f269b3579f780beab003;p=apps%2Fnative%2Fstarter.git Change launch API to aul_luanch Change-Id: I71444671c7bd098e9cf0c267909997c0dd0c6c92 --- diff --git a/src/process_mgr.c b/src/process_mgr.c index e969a61..1624217 100644 --- a/src/process_mgr.c +++ b/src/process_mgr.c @@ -235,7 +235,7 @@ static int _try_to_syspopup_launch(const char *appid, const char *key, const cha bundle_add(b, key, value); } - pid = syspopup_launch((char *) appid, b); + pid = aul_launch_app("org.tizen.volume", b); if (b) bundle_free(b); if (pid > 0) { _D("Succeed to launch %s", appid);