From: Changgyu Choi Date: Wed, 25 Nov 2020 03:03:09 +0000 (+0900) Subject: Fix wrong description X-Git-Tag: submit/tizen/20201125.065114~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa29bc202a70e76e3f12a4715b07c15bcfd193b4;p=platform%2Fcore%2Fapi%2Fapp-control.git Fix wrong description Change-Id: I96bf0a8818ac636dd90da8236bb62b983298c73b Signed-off-by: Changgyu Choi --- diff --git a/include/app_control.h b/include/app_control.h index 4f17882..b9ecae6 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -905,7 +905,7 @@ int app_control_get_operation(app_control_h app_control, char **operation); * @brief Sets the URI of the data. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif - * @remarks Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, if the parameter @a uri is started with "file://" and it is a regular file in this application's data path which can be obtained by calling the app_get_data_path() function, it will be shared to the callee application. Framework will grant a temporary permission to the callee application for this file and revoke it when the callee application is terminated. The callee application can just read it. + * @remarks Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, if the parameter @a uri is started with '%file://' and it is a regular file in this application's data path which can be obtained by calling the app_get_data_path() function, it will be shared to the callee application. Framework will grant a temporary permission to the callee application for this file and revoke it when the callee application is terminated. The callee application can just read it. * * @param[in] app_control The app_control handle * @param[in] uri The URI of the data this app_control is operating on (if the @a uri is @c NULL, it clears the previous value)