From 685c5f344ebaf3b5a78bb4367cb526070d02bc8f Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 20 Feb 2020 18:59:26 +0900 Subject: [PATCH] Update description of internal function Change-Id: Idcc6be1e2b8ced5c0779c5a177433271bde3fe6e Signed-off-by: Hwankyu Jhun --- include/app_control_internal.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.34.1