added group mode for ug-storage 58/76658/1
authorshubham kumar <shubham.srib@samsung.com>
Sat, 25 Jun 2016 07:02:18 +0000 (12:32 +0530)
committershubham kumar <shubham.srib@samsung.com>
Sat, 25 Jun 2016 07:02:18 +0000 (12:32 +0530)
Change-Id: I2f89ac88afbaa0b2f184490ca15fa38382ec9fd2
Signed-off-by: shubham kumar <shubham.srib@samsung.com>
src/common/mf-launch.c

index 39c16e9..bc7af2d 100755 (executable)
@@ -491,6 +491,11 @@ void mf_launch_load_storage(void *data)
                        goto END;
                }
        */
+       ret = app_control_set_launch_mode(app_control, APP_CONTROL_LAUNCH_MODE_GROUP);
+       if (ret != APP_CONTROL_ERROR_NONE) {
+               mf_debug("app_control_set_launch_mode()... [0x%x]", ret);
+               goto END;
+       }
        ret = app_control_set_app_id(app_control, STORAGE_UG_NAME);
        if (ret != APP_CONTROL_ERROR_NONE) {
                mf_debug("app_control_set_uri()... [0x%x]", ret);