Fix API doc 02/84502/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Aug 2016 05:05:40 +0000 (14:05 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Aug 2016 05:05:40 +0000 (14:05 +0900)
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>
doc/appfw_app_doc.h

index 6f1601e..fe22d84 100755 (executable)
 *   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: