From 2569c5394bdf32b5cffe82983b40482219624048 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Wed, 9 Mar 2016 14:01:58 +0900 Subject: [PATCH] [ACR-538] Remove privilege Change-Id: I26edf39af51688d14cd668a46674f73e6d769f9f Signed-off-by: Minje Ahn --- include/thumbnail_util.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/thumbnail_util.h b/include/thumbnail_util.h index bc85844..5c69288 100755 --- a/include/thumbnail_util.h +++ b/include/thumbnail_util.h @@ -58,15 +58,12 @@ int thumbnail_util_create(thumbnail_h *thumb); * * @since_tizen 2.4 * - * @privlevel public - * @privilege %http://tizen.org/privilege/mediastorage \n - * %http://tizen.org/privilege/externalstorage - * * @remarks You must release @a request_id using free(). \n * http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage. \n * http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage. \n * If you don't set the size, the thumbnail size will be set default size. Default size is 320x240. \n * Color space of the generated thumbnail is BGRA. \n + * Since 3.0, http://tizen.org/privilege/content.write privilege is not required. \n * * @param[in] thumb The thumbnail info handle * @param[in] callback The callback function to be invoked -- 2.7.4