From: Minje Ahn Date: Wed, 9 Mar 2016 05:01:58 +0000 (+0900) Subject: [ACR-538] Remove privilege X-Git-Tag: submit/tizen/20160317.012525^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F61585%2F2;p=platform%2Fcore%2Fapi%2Fthumbnail-util.git [ACR-538] Remove privilege Change-Id: I26edf39af51688d14cd668a46674f73e6d769f9f Signed-off-by: Minje Ahn --- 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