Edit the note on the service app support 84/146584/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 29 Aug 2017 10:35:42 +0000 (13:35 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 29 Aug 2017 10:35:42 +0000 (13:35 +0300)
This is a manual cherry pick of lines #146483 and #146495 in the
tizen_3.0 branch.

Change-Id: I42084b126317a6b1f4114328cc67c4a8ec473ff4

org.tizen.guides/html/web/app_management/service_app_w.htm

index add2aea..a0e2efa 100644 (file)
 
 <p>A service application is a type of Tizen Web application that provides an environment for running JavaScript in the background without a graphical user interface (the application follows the <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm" target="_blank">ECMA-262 specification</a>). The service application is used to perform tasks which need to run periodically or continuously but do not require user interaction. For example, a service application can be used for getting data or listening for platform events in the background. As service applications do not have UI components, they run on top of a more light-weight runtime than UI applications. Therefore, you can expect them to perform better and consume less memory.</p>
 
-<p>This feature is supported in wearable applications only. The Web service application is an optional feature, which means that it may not be supported on all wearable devices.</p>
+<div class="note">
+       <strong>Note</strong>
+       This feature is supported in wearable applications only. The Web service application is an optional feature, which means that it may not be supported on all wearable devices. You can check the device capability by using the <code>getCapability()</code> method of the <a href="../../../../org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo.html#SystemInfo">SystemInfo</a> interface. For more information, see <a href="../../../../org.tizen.training/html/web/details/app_filtering_w.htm">Application Filtering</a>.
+</div>
 
 <p>The main features of the service application include:</p>