From: Hwankyu Jhun Date: Fri, 19 Aug 2016 05:05:40 +0000 (+0900) Subject: Fix API doc X-Git-Tag: submit/tizen/20170725.231500~6^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a509b25a7d7db2c6a3235e8514172875eaeadb2;p=platform%2Fcore%2Fapi%2Fpreference.git Fix API doc In the wearable profile, the background management feature is supported since 3.0 Change-Id: Idfc2915d79e9fad50067b2488cdc29fe173b4559 Signed-off-by: Hwankyu Jhun --- 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: