From: Hwankyu Jhun Date: Fri, 28 Jun 2019 01:03:47 +0000 (+0900) Subject: Update the description X-Git-Tag: submit/tizen/20190711.004644~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82e6e4178c0fe5c913c431f0ee1099d068ebde5b;p=platform%2Fcore%2Fapi%2Fapp-control.git Update the description The APP_CONTROL_DATA_RELOCATE_BELOW definition is only available for platform level signed applications. Change-Id: I4777f64836277eb694ad082c306e5c331deeba83 Signed-off-by: Hwankyu Jhun --- diff --git a/include/app_control_internal.h b/include/app_control_internal.h index 9adba53..7fd94e6 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -59,6 +59,7 @@ extern "C" { * @brief Definition for the app_control data: The value for supporting the relocating launched application under the callee application. * @details By default, this value is NULL. Once it is set to application ID, that application will be relocated under the callee applictaion after the callee application is resumed. * @remarks The value should be an application ID for the main application which has been launched before, otherwise it will be ignored. + * @remarks This definition is only available for platform level signed applications. */ #define APP_CONTROL_DATA_RELOCATE_BELOW "__K_RELOCATE_BELOW"