From: Hwankyu Jhun Date: Thu, 20 Feb 2020 09:59:26 +0000 (+0900) Subject: Update description of internal function X-Git-Tag: submit/tizen/20200807.041109~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=685c5f344ebaf3b5a78bb4367cb526070d02bc8f;p=platform%2Fcore%2Fapi%2Fapp-control.git Update description of internal function Change-Id: Idcc6be1e2b8ced5c0779c5a177433271bde3fe6e Signed-off-by: Hwankyu Jhun --- diff --git a/include/app_control_internal.h b/include/app_control_internal.h index b4bd905..b09ecad 100644 --- a/include/app_control_internal.h +++ b/include/app_control_internal.h @@ -261,7 +261,12 @@ int app_control_set_caller_instance_id(app_control_h app_control, const char *in /** * @brief Sends the resumption request asynchronously. * + * @details While the callee application is getting the resumption request, the app_resume_cb() is called. + * @remarks The app_control_cb() of the callee application is not called if the application is not running. + * This function is for resuming the application. * @since_tizen 5.5 + * @privlevel public + * @privilege %http://tizen.org/privilege/appmanager.launch * @param[in] app_control The app_control handle * @param[in] callback The callback function to be called when the result is delivered * @param[in] user_data The user data to be passed to the callback function