From c7adf60df6706ec3c642f59d578d42a020997c6c Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Tue, 6 Oct 2020 08:52:07 +0900 Subject: [PATCH] Fix wrong description Change-Id: I3fe9e58a3dff641d23cf5b762039727fa56ff88b Signed-off-by: SukHyung, Kang --- include/app_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app_control.h b/include/app_control.h index 445349c..4f17882 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) -- 2.34.1