Update description of internal function 12/225512/3
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 20 Feb 2020 09:59:26 +0000 (18:59 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 20 Feb 2020 10:02:21 +0000 (19:02 +0900)
Change-Id: Idcc6be1e2b8ced5c0779c5a177433271bde3fe6e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control_internal.h

index b4bd9057e419641b3246632f15b955626511037d..b09ecade91a6c9e4266aa99f7edf1929713f2128 100644 (file)
@@ -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