Update the attributes on service-app documentation
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 29 Oct 2015 07:40:44 +0000 (16:40 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 29 Oct 2015 08:23:11 +0000 (17:23 +0900)
Change-Id: If5412fdc1036e3a6c6e879d691be309800529ce6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
org.tizen.guides/html/native/app/service_app_n.htm

index e3a1323..2372331 100644 (file)
 &nbsp;&nbsp;&nbsp;&lt;label&gt;Message&lt;/label&gt;\r
 &nbsp;&nbsp;&nbsp;&lt;description&gt;Message Application&lt;/description&gt;\r
 &nbsp;&nbsp;&nbsp;&lt;service-application appid=&quot;org.tizen.message&quot; exec=&quot;/usr/apps/org.tizen.message/bin/message&quot;\r
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nodisplay=&quot;true&quot; multiple=&quot;false&quot; type=&quot;capp&quot; taskmanage=&quot;true&quot;&gt;\r
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nodisplay=&quot;true&quot; multiple=&quot;false&quot; type=&quot;capp&quot; taskmanage=&quot;false&quot;&gt;\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;icon&gt;org.tizen.message.png&lt;/icon&gt;\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;label&gt;Message&lt;/label&gt;\r
 &nbsp;&nbsp;&nbsp;&lt;/service-application&gt;\r
-&nbsp;&nbsp;&nbsp;&lt;!--Consumer--&gt;\r
-&nbsp;&nbsp;&nbsp;&lt;service-application component-type=&quot;svcapp&quot;\r
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;appid=&quot;org.tizen.message.consumer&quot;\r
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;exec=&quot;/usr/apps/org.tizen.message/bin/msg-consumer-service&quot;\r
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nodisplay=&quot;true&quot;  multiple=&quot;false&quot; type=&quot;capp&quot; taskmanage=&quot;false&quot;&gt;\r
-&nbsp;&nbsp;&nbsp;&lt;/service-application&gt;\r
 &lt;/manifest&gt;\r
 </pre>\r
 \r
 <p>Pay specific attention to the following attributes:</p>\r
 \r
-<ul><li><span style="font-family: Courier New,Courier,monospace">component-type</span>\r
-<p>Set your service application component type to <span style="font-family: Courier New,Courier,monospace">svcapp</span> to define the application as a service application.</p></li>\r
-<li><span style="font-family: Courier New,Courier,monospace">auto-restart</span>\r
+<ul><li><span style="font-family: Courier New,Courier,monospace">auto-restart</span>\r
 <p>If set to <span style="font-family: Courier New,Courier,monospace">true</span>, the application restarts whenever it terminates abnormally. If the application is running, it is launched after installing or upgrading the package.</p>\r
   <table class="note"> \r
    <tbody> \r
@@ -254,4 +246,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>\r
 \r
 </body>\r
-</html>        
\ No newline at end of file
+</html>        \r