From 2a509b25a7d7db2c6a3235e8514172875eaeadb2 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Fri, 19 Aug 2016 14:05:40 +0900 Subject: [PATCH] Fix API doc In the wearable profile, the background management feature is supported since 3.0 Change-Id: Idfc2915d79e9fad50067b2488cdc29fe173b4559 Signed-off-by: Hwankyu Jhun --- doc/appfw_app_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.7.4