Removing unnecessary HTML link for privilege 67/249767/1 accepted/tizen_5.5_unified tizen_5.5 accepted/tizen/5.5/unified/20201220.033046 submit/tizen_5.5/20201217.020243
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:02 +0000 (11:17 +0000)
Change-Id: I3ee33cb216716d8dc8efa7b93af5cdf6d378d08d
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
include/storage-expand.h

index 2be363e..dbc24c3 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
@@ -149,8 +149,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