summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-05-27 14:30:48 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-05-27 14:43:08 +0900
commit5ad49606451fe2588737dab2704acfe3a6ad3cef (patch)
tree108009ad5c2de69db47bcae6ae9eaafbfe7e3048
parent1469ddee08792c5a0b2746dc373f53311739dc88 (diff)
downloadapp-manager-5ad49606451fe2588737dab2704acfe3a6ad3cef.tar.gz
app-manager-5ad49606451fe2588737dab2704acfe3a6ad3cef.tar.bz2
app-manager-5ad49606451fe2588737dab2704acfe3a6ad3cef.zip
The app_manager_get_shared_data_path API has been supported since tizen 2.3.1 in the wearable profile. Change-Id: Id3999101ca6c4f3f5e5759cdad0feb75cfce6bd2 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--include/app_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/app_manager.h b/include/app_manager.h
index 548d011..6d2c958 100644
--- a/include/app_manager.h
+++ b/include/app_manager.h
@@ -325,8 +325,8 @@ int app_manager_get_app_info(const char *app_id, app_info_h *app_info);
* 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 share/data directory among applications with api-version lower than 3.0 for minimum backward compatibility.
*
* @param[in] app_id The ID of the application