From fa29bc202a70e76e3f12a4715b07c15bcfd193b4 Mon Sep 17 00:00:00 2001 From: Changgyu Choi Date: Wed, 25 Nov 2020 12:03:09 +0900 Subject: [PATCH] Fix wrong description Change-Id: I96bf0a8818ac636dd90da8236bb62b983298c73b Signed-off-by: Changgyu Choi --- 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 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) -- 2.7.4