From 76ed322fc54cbc6baa414ea4154b0908159312db Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Thu, 14 Jan 2016 15:00:41 +0900 Subject: [PATCH] Add CREATED state in status table in service application guide Change-Id: If99d360b334d72dfe766101b4744404dbd8007c2 Signed-off-by: SukHyung, Kang --- org.tizen.guides/html/native/app/service_app_n.htm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org.tizen.guides/html/native/app/service_app_n.htm b/org.tizen.guides/html/native/app/service_app_n.htm index 18a0688..d7f2e7b 100644 --- a/org.tizen.guides/html/native/app/service_app_n.htm +++ b/org.tizen.guides/html/native/app/service_app_n.htm @@ -61,6 +61,10 @@ Application is launched. + CREATED + Application starts the main loop. + + RUNNING Application runs in the background. @@ -246,4 +250,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4