summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-08-19 14:05:40 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-08-19 14:05:40 +0900
commit2a509b25a7d7db2c6a3235e8514172875eaeadb2 (patch)
treea4b823a96d5bd5aee64548eb8077f8aa54e0fca0
parente5f2a1492b4ebc66dda83315bea1319dbe10d1fc (diff)
downloadapplication-2a509b25a7d7db2c6a3235e8514172875eaeadb2.tar.gz
application-2a509b25a7d7db2c6a3235e8514172875eaeadb2.tar.bz2
application-2a509b25a7d7db2c6a3235e8514172875eaeadb2.zip
Fix API doc
In the wearable profile, the background management feature is supported since 3.0 Change-Id: Idfc2915d79e9fad50067b2488cdc29fe173b4559 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rwxr-xr-xdoc/appfw_app_doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/appfw_app_doc.h b/doc/appfw_app_doc.h
index 6f1601e..fe22d84 100755
--- a/doc/appfw_app_doc.h
+++ b/doc/appfw_app_doc.h
@@ -161,7 +161,7 @@
* your application temporarily
* - An alarm went off for another application so it now becomes the top-most window and hides your application
*
-* Since Tizen 2.4, the application on the background goes in to a suspended state. In the suspended state, the application process is executed with limited CPU resources. In other words, the platform does
+* Since Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, the application on the background goes in to a suspended state. In the suspended state, the application process is executed with limited CPU resources. In other words, the platform does
* not allow the running of the background applications.
*
* When your application becomes visible again, the app_resume_cb() callback is invoked. Some possible scenarios for your application to become visible are: