Change launch API to aul_luanch 05/51505/1 accepted/tizen/mobile/20151113.061030 submit/tizen_mobile/20151113.025420
authorjunkyu Han <junkyu.han@samsung.com>
Tue, 10 Nov 2015 07:25:28 +0000 (16:25 +0900)
committerjunkyu Han <junkyu.han@samsung.com>
Tue, 10 Nov 2015 07:29:14 +0000 (16:29 +0900)
Change-Id: I71444671c7bd098e9cf0c267909997c0dd0c6c92

src/process_mgr.c

index e969a61..1624217 100644 (file)
@@ -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);