summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-05-27 14:32:43 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-05-27 14:43:37 +0900
commite405cd8d39e4d0eeba75cf120e6d492816ac1f69 (patch)
treee3eaa05898f0232f00a0e3c12c10f3b16929494a /include
parentd3a4d072092591dfc6b27721ab11b56cb1a5abfc (diff)
downloadapplication-e405cd8d39e4d0eeba75cf120e6d492816ac1f69.tar.gz
application-e405cd8d39e4d0eeba75cf120e6d492816ac1f69.tar.bz2
application-e405cd8d39e4d0eeba75cf120e6d492816ac1f69.zip
Fix the descriptions for wearable profile
The app_get_shared_data_path API has been supported since tizen 2.3.1 in the wearable profile. Change-Id: I2d1bda0dda1de4c7c1462c6d55ea05bb69fb2401 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/app_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/app_common.h b/include/app_common.h
index 0041666..2d9dce0 100644
--- a/include/app_common.h
+++ b/include/app_common.h
@@ -356,8 +356,8 @@ char *app_get_resource_path(void);
* The @ref CAPI_APP_CONTROL_MODULE API supports giving permission to other applications by passing path via app_control. @n
* shared/data directory is only available for applications with api-version lower than 3.0 from Tizen 3.0 platform.
* The applications with api-version from 3.0 cannot access other applications' shared/data directory.
- * For example, a Tizen 2.4 application can access another Tizen 2.4 application's shared/data directory as it did in Tizen 2.4 platform.
- * However, a Tizen 3.0 application cannot access another application's shared/data directory even the another application is Tizen 2.4 application.
+ * For example, a Tizen @if Mobile 2.4 @elseif WEARABLE 2.3.1 @endif application can access another Tizen @if Mobile 2.4 @elseif WEARABLE 2.3.1 @endif application's shared/data directory as it did in Tizen @if Mobile 2.4 @elseif WEARABLE 2.3.1 @endif platform.
+ * However, a Tizen 3.0 application cannot access another application's shared/data directory even the another application is Tizen @if Mobile 2.4 @elseif WEARABLE 2.3.1 @endif application.
* Note that Tizen 3.0 platform only supports shared/data directory among applications with api-version lower than 3.0 for minimum backward compatibility. @n
* The specific error code can be obtained using the get_last_result(). Error codes are described in Exception section.
*