Fix wrong description 72/248272/4
authorChanggyu Choi <changyu.choi@samsung.com>
Wed, 25 Nov 2020 03:03:09 +0000 (12:03 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Wed, 25 Nov 2020 04:37:09 +0000 (13:37 +0900)
Change-Id: I96bf0a8818ac636dd90da8236bb62b983298c73b
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
include/app_control.h

index 4f17882..b9ecae6 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)