From 699e551880f86c2decb7864afa1ded7dec8c6759 Mon Sep 17 00:00:00 2001 From: Semun Lee Date: Mon, 29 Jun 2015 14:38:57 +0900 Subject: [PATCH] Fix errata Change-Id: Ibb41e15e311907f346fcc57e6697f17d473e6553 Signed-off-by: Semun Lee --- org.tizen.gettingstarted/html/native/app_model/application_model_n.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.gettingstarted/html/native/app_model/application_model_n.htm b/org.tizen.gettingstarted/html/native/app_model/application_model_n.htm index 8420cf9..b66cacd 100644 --- a/org.tizen.gettingstarted/html/native/app_model/application_model_n.htm +++ b/org.tizen.gettingstarted/html/native/app_model/application_model_n.htm @@ -79,7 +79,7 @@ These devices have constraints, such as relatively small screen sizes and lack o
  • Your application itself requests to exit by calling the ui_app_exit() or service_app_exit() function to terminate the event loop.

  • The low memory killer is terminating your application in a low memory situation.

  • -

    Since the service application has no UI, sit also has no pause state.

    +

    Since the service application has no UI, it also has no pause state.

    Application state changes are managed by the underlying framework. For more information about application state transitions, see Managing Application States and Transitions.

    -- 2.7.4