Change-Id: Idcc6be1e2b8ced5c0779c5a177433271bde3fe6e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
/**
* @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