Fix link for app manager doc 29/250229/1
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 22 Dec 2020 08:01:28 +0000 (17:01 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Tue, 22 Dec 2020 08:01:28 +0000 (17:01 +0900)
Change-Id: Icd6c055510f3c668d681eaf22068267176f9514e
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/app_manager.h

index 3653da5..cf41218 100644 (file)
@@ -320,7 +320,7 @@ int app_manager_get_app_info(const char *app_id, app_info_h *app_info);
  * @details     An application can only read the files of other application's shared data directory.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks     The specified @a path should be released with free().\n
- *              Since Tizen 3.0, the shared/data directory is supported only for the applications that declare the http://tizen.org/privilege/appdir.shareddata privilege.
+ *              Since Tizen 3.0, the shared/data directory is supported only for the applications that declare the %http://tizen.org/privilege/appdir.shareddata privilege.
  *              The function will fail with #APP_MANAGER_ERROR_NOT_SUPPORTED if the privilege is not declared.
  *
  * @param[in]   app_id  The ID of the application