Remove privilege description for internal APIs 54/145054/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv tizen_3.0 accepted/tizen/3.0/common/20170823.100936 accepted/tizen/3.0/ivi/20170822.222055 accepted/tizen/3.0/mobile/20170822.222034 accepted/tizen/3.0/tv/20170822.222038 submit/tizen_3.0/20170821.044810
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 04:46:42 +0000 (04:46 +0000)
Change-Id: I8abf98aaff648e0623725689410229a874dbb843
Signed-off-by: Semun Lee <semun.lee@samsung.com>
(cherry picked from commit e89f4c7a5a6008fe11138033c7cf59ba1aa0fa34)

include/app_manager_extension.h

index ff382a664c250e2bf76e859dc3d4be13272060bd..c4573ea12428cab4d52c7bd08f2e6656a8de40fc 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