Add missing privilege (No change in behavior) 35/159435/2
authorMinje Ahn <minje.ahn@samsung.com>
Thu, 9 Nov 2017 02:13:50 +0000 (11:13 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Thu, 9 Nov 2017 05:30:10 +0000 (14:30 +0900)
Change-Id: I2254ec462865fe6d42687ceef432905ae441356f
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_info.h

index 90543ee..cdd31b8 100755 (executable)
@@ -1621,7 +1621,9 @@ int media_info_move_to_db(media_info_h media, const char* dst_path);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  * @privlevel public
- * @privilege %http://tizen.org/privilege/content.write
+ * @privilege %http://tizen.org/privilege/content.write \n
+ *                   %http://tizen.org/privilege/mediastorage \n
+ *                   %http://tizen.org/privilege/externalstorage
  *
  * @remarks If you want to destroy media handle before callback invoked, you must cancel thumbnail request by using media_info_cancel_thumbnail() \n
  *          Since 3.0, if creation of a thumbnail is failed, empty string will be passed through media_thumbnail_completed_cb().
@@ -1684,7 +1686,8 @@ int media_info_cancel_thumbnail(media_info_h media);
  *
  * @privlevel public
  * @privilege %http://tizen.org/privilege/content.write \n
- *                   %http://tizen.org/privilege/mediastorage
+ *                   %http://tizen.org/privilege/mediastorage \n
+ *                   %http://tizen.org/privilege/externalstorage
  *
  * @remarks If you want to destroy the media handle before callback invoked, you must cancel the face detection request by using media_info_cancel_face_detection(). \n
  *          If face detection fails, the @a face_count argument in media_face_detection_completed_cb() will be set to 0.
@@ -1881,12 +1884,10 @@ int media_info_set_genre(media_info_h media, const char *genre) TIZEN_DEPRECATED
  */
 int media_info_set_recorded_date(media_info_h media, const char *recorded_date) TIZEN_DEPRECATED_API;
 
-
 /**
  * @}
  */
 
-
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */