From e89f4c7a5a6008fe11138033c7cf59ba1aa0fa34 Mon Sep 17 00:00:00 2001 From: Semun Lee Date: Mon, 21 Aug 2017 12:18:34 +0900 Subject: [PATCH] Remove privilege description for internal APIs Change-Id: I8abf98aaff648e0623725689410229a874dbb843 Signed-off-by: Semun Lee --- include/app_manager_extension.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/app_manager_extension.h b/include/app_manager_extension.h index ff382a6..c4573ea 100644 --- a/include/app_manager_extension.h +++ b/include/app_manager_extension.h @@ -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 -- 2.34.1