summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunmi Ha <yunmi.ha@samsung.com>2019-07-24 14:35:55 +0900
committerYunmi Ha <yunmi.ha@samsung.com>2019-07-24 07:49:19 +0000
commit590fd174f51acba0612be911e6c819ed5b8aa0c0 (patch)
tree529226d3a4623ad30d500cb8903d0380047fda68
parentb76e69fad7dc2bb44de183198dab152f4ff3b9b6 (diff)
downloadlibstorage-accepted/tizen_4.0_unified.tar.gz
libstorage-accepted/tizen_4.0_unified.tar.bz2
libstorage-accepted/tizen_4.0_unified.zip
Change-Id: I3a4217159e4ce9f5981980dd2cc99c71a45c4f01 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com> (cherry picked from commit 6962c4b2b42131604bbc78cf67fe703140868747)
-rw-r--r--include/storage-expand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/storage-expand.h b/include/storage-expand.h
index 3a629ad..b489d84 100644
--- a/include/storage-expand.h
+++ b/include/storage-expand.h
@@ -109,7 +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
+ * Refer to <a href="https://docs.tizen.org/application/native/guides/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
@@ -150,7 +150,7 @@ typedef enum {
* 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, 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
+ * Refer to <a href="https://docs.tizen.org/application/native/guides/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