Fix wrong description 30/245230/1
authorSukHyung, Kang <shine.kang@samsung.com>
Mon, 5 Oct 2020 23:52:07 +0000 (08:52 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Mon, 5 Oct 2020 23:52:07 +0000 (08:52 +0900)
Change-Id: I3fe9e58a3dff641d23cf5b762039727fa56ff88b
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/app_control.h

index 445349caba985a621bc057574d3c497c6bd900b4..4f1788250936560161c358152e7dabbaa4df81fa 100644 (file)
@@ -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)