From: Semun Lee Date: Mon, 21 Aug 2017 03:18:34 +0000 (+0900) Subject: Remove privilege description for internal APIs X-Git-Tag: submit/tizen/20170822.051313~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F145044%2F1;p=platform%2Fcore%2Fapi%2Fapp-manager.git Remove privilege description for internal APIs Change-Id: I8abf98aaff648e0623725689410229a874dbb843 Signed-off-by: Semun Lee --- 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