Add comment for privacy-related privilege 52/210752/1
authorYunmi Ha <yunmi.ha@samsung.com>
Tue, 23 Jul 2019 07:51:41 +0000 (16:51 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Wed, 24 Jul 2019 07:44:53 +0000 (07:44 +0000)
Change-Id: I2187c3930838364ff3afe8364a0ee99a2e4431d7
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
(cherry picked from commit fa5e28bf7c9c762dd294cc9beabaf310dc4f23b7)

include/storage-expand.h

index 5db5a9b..3a629ad 100644 (file)
@@ -109,6 +109,7 @@ int storage_foreach_device_supported(storage_device_supported_cb callback, void
  *          When an application is uninstalled, the files written by that application are not removed from the internal/external storage.\n
  *          If you want to access files or directories in internal storage, you must declare http://tizen.org/privilege/mediastorage.\n
  *          If you want to access files or directories in external storage, you must declare http://tizen.org/privilege/externalstorage.\n
+ *          Refer to <a href="https://developer.tizen.org/development/guides/native-application/security/privacy-related-permissions"><b>Privacy-related Permissions</b></a>.\n
  *          You must release @a path using free().
  * @param[in] storage_id The storage device
  * @param[out] path The absolute path to the storage directory
@@ -147,9 +148,9 @@ typedef enum {
  * @remarks Files saved on the internal/external storage are readable or writable by all applications.\n
  *          When an application is uninstalled, the files written by that application are not removed from the internal/external storage.\n
  *          The directory path may not exist, so you must make sure that it exists before using it.\n
- *          If you want to access files or directories in internal storage except #STORAGE_DIRECTORY_SYSTEM_RINGTONES, you must declare http://tizen.org/privilege/mediastorage.\n
- *          If you want to access files or directories in #STORAGE_DIRECTORY_SYSTEM_RINGTONES, you must declare %http://tizen.org/privilege/systemsettings.\n
+ *          If you want to access files or directories in internal storage, you must declare http://tizen.org/privilege/mediastorage.\n
  *          If you want to access files or directories in external storage, you must declare http://tizen.org/privilege/externalstorage.\n
+ *          Refer to <a href="https://developer.tizen.org/development/guides/native-application/security/privacy-related-permissions"><b>Privacy-related Permissions</b></a>.\n
  *          You must release @a path using free().
  * @param[in] storage_id The storage device
  * @param[in] type The directory type