Remove privilege description for internal APIs 44/145044/1
authorSemun Lee <semun.lee@samsung.com>
Mon, 21 Aug 2017 03:18:34 +0000 (12:18 +0900)
committerSemun Lee <semun.lee@samsung.com>
Mon, 21 Aug 2017 03:18:34 +0000 (12:18 +0900)
Change-Id: I8abf98aaff648e0623725689410229a874dbb843
Signed-off-by: Semun Lee <semun.lee@samsung.com>
include/app_manager_extension.h

index ff382a6..c4573ea 100644 (file)
@@ -141,8 +141,7 @@ int app_manager_get_focused_app_context(app_context_h *app_context);
 /**
  * @brief  Attaches the window of the child application to the window of the parent application.
  * @since_tizen 3.0
- * @privlevel platform
- * @privilege %http://tizen.org/privilege/internal/default/platform
+ * @remarks This function is only available for platform level signed applications.
  * @param[in]   parent_app_id The ID of the parent application
  * @param[in]   child_app_id  The ID of the child applicatio
  * @return      @c 0 on success,
@@ -156,9 +155,8 @@ int app_manager_attach_window(const char *parent_app_id, const char *child_app_i
 /**
  * @brief  Detaches the window of the application from its parent window.
  * @since_tizen 3.0
- * @privlevel platform
- * @privilege %http://tizen.org/privilege/internal/default/platform
  * @param[in]  app_id  The ID of the application
+ * @remarks This function is only available for platform level signed applications.
  * @return      @c 0 on success,
  *              otherwise a negative error value
  * @retval  #APP_MANAGER_ERROR_NONE               Successful