From: SukHyung, Kang Date: Tue, 22 Dec 2020 08:01:28 +0000 (+0900) Subject: Fix link for app manager doc X-Git-Tag: accepted/tizen/unified/20201228.130139~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F250229%2F1;p=platform%2Fcore%2Fapi%2Fapp-manager.git Fix link for app manager doc Change-Id: Icd6c055510f3c668d681eaf22068267176f9514e Signed-off-by: SukHyung, Kang --- diff --git a/include/app_manager.h b/include/app_manager.h index 3653da5..cf41218 100644 --- a/include/app_manager.h +++ b/include/app_manager.h @@ -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