[attach-panel] Request the rua stat when item is selected 76/67176/1
authormoon87.park <moon87.park@samsung.com>
Mon, 25 Apr 2016 11:48:53 +0000 (20:48 +0900)
committermoon87.park <moon87.park@samsung.com>
Mon, 25 Apr 2016 11:48:53 +0000 (20:48 +0900)
Change-Id: I41d260d701d225e8b836bb1d57ef124d5e82218f

src/grid.c

index 8918cc40f42e243a53c97c5ed4aaf0d3ad57be50..d0bfcf4b8c326b815d6e3ba07bd087b75a9ccfd1 100644 (file)
@@ -301,7 +301,6 @@ static void __launch_app(content_s *content_info)
                _bundle_add_to_app_control(content_info->extra_data, app_control);
        }
 
-#if 0 /* privilege_checker is not included in the 3.0 */
        ret = app_control_add_extra_data(app_control, AUL_SVC_K_RUA_STAT_CALLER, "attach-panel");
        if (APP_CONTROL_ERROR_NONE != ret)
                _E("Fail to add 'AUL_SVC_K_RUA_STAT_CALLER'");
@@ -309,7 +308,6 @@ static void __launch_app(content_s *content_info)
        ret = app_control_add_extra_data(app_control, AUL_SVC_K_RUA_STAT_TAG, content_info->innate_content_info->appid);
        if (APP_CONTROL_ERROR_NONE != ret)
                _E("Fail to add 'AUL_SVC_K_RUA_STAT_TAG'");
-#endif
 
        ret = app_control_add_extra_data(app_control, "__CALLER_PANEL__", "attach-panel");
        if (APP_CONTROL_ERROR_NONE != ret)