Removing unnecessary HTML link for privilege 68/249768/1 tizen_5.0 submit/tizen_5.0/20201217.020318
authorYunmi Ha <yunmi.ha@samsung.com>
Wed, 16 Dec 2020 11:18:27 +0000 (20:18 +0900)
committerYunmi Ha <yunmi.ha@samsung.com>
Wed, 16 Dec 2020 11:17:13 +0000 (11:17 +0000)
Change-Id: I3ee33cb216716d8dc8efa7b93af5cdf6d378d08d
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
include/storage-expand.h

index cb3eea9..d98959e 100644 (file)
@@ -107,8 +107,8 @@ int storage_foreach_device_supported(storage_device_supported_cb callback, void
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @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
- *          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
+ *          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://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
@@ -148,8 +148,8 @@ 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, 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
+ *          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://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