summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSemun Lee <semun.lee@samsung.com>2017-08-21 12:18:34 +0900
committerSemun Lee <semun.lee@samsung.com>2017-08-21 12:18:34 +0900
commite89f4c7a5a6008fe11138033c7cf59ba1aa0fa34 (patch)
tree679bd9d33429a515eb2fd345d8b6cdb95cb18bf9
parent393a6a6df67d56cc4b92b04b6ae29c5d8e7fcb14 (diff)
downloadapp-manager-e89f4c7a5a6008fe11138033c7cf59ba1aa0fa34.tar.gz
app-manager-e89f4c7a5a6008fe11138033c7cf59ba1aa0fa34.tar.bz2
app-manager-e89f4c7a5a6008fe11138033c7cf59ba1aa0fa34.zip
Remove privilege description for internal APIs
Change-Id: I8abf98aaff648e0623725689410229a874dbb843 Signed-off-by: Semun Lee <semun.lee@samsung.com>
-rw-r--r--include/app_manager_extension.h6
1 files 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