From 1469ddee08792c5a0b2746dc373f53311739dc88 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Mon, 23 May 2016 15:49:51 +0900 Subject: Remove the privileges Change-Id: Ifec58c68c3c70f5698b24c7074d328b1ca6f90fe Signed-off-by: Hwankyu Jhun --- include/app_context.h | 3 --- include/app_manager.h | 3 --- 2 files changed, 6 deletions(-) (limited to 'include') diff --git a/include/app_context.h b/include/app_context.h index c0e3ae7..3941f1d 100644 --- a/include/app_context.h +++ b/include/app_context.h @@ -141,8 +141,6 @@ int app_context_get_package_id(app_context_h app_context, char **pkg_id); /** * @brief Gets the application state with the given application context. * @since_tizen 3.0 - * @privlevel public - * @privilege %http://tizen.org/privilege/packagemanager.info * @remarks Note that application's state might be changed after you get app_context. * This API just returns the state of application when you get the app_context. * @param[in] app_context The application context @@ -151,7 +149,6 @@ int app_context_get_package_id(app_context_h app_context, char **pkg_id); * otherwise a negative error value * @retval #APP_MANAGER_ERROR_NONE Successful * @retval #APP_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #APP_MANAGER_ERROR_PERMISSION_DENIED Permission denied */ int app_context_get_app_state(app_context_h app_context, app_state_e *state); diff --git a/include/app_manager.h b/include/app_manager.h index 9f43cc9..548d011 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -190,15 +190,12 @@ int app_manager_foreach_app_context(app_manager_app_context_cb callback, void *u * @details You can iterate all the running application contexts using this API. * This API is similar to app_manager_foreach_app_context() except that this API iterates application contexts including sub apps in application groups. * @since_tizen 3.0 - * @privlevel public - * @privilege %http://tizen.org/privilege/packagemanager.info * @param[in] callback The callback function to invoke * @param[in] user_data The user data to be passed to the callback function * @return @c 0 on success, * otherwise a negative error value * @retval #APP_MANAGER_ERROR_NONE Successful * @retval #APP_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #APP_MANAGER_ERROR_PERMISSION_DENIED Permission denied * @post This function invokes app_manager_app_context_cb() for each application context. * @see app_manager_app_context_cb() */ -- cgit v1.2.3