note auto-restart and on-boot are not supported
authorDaehyeon Jung <darrenh.jung@samsung.com>
Thu, 2 Jul 2015 08:54:10 +0000 (17:54 +0900)
committerDaehyeon Jung <darrenh.jung@samsung.com>
Thu, 2 Jul 2015 09:01:19 +0000 (18:01 +0900)
Change-Id: Ie777edf13687db965f1d502c1c77880fba4493b9
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm
org.tizen.gettingstarted/html/native/process/setting_properties_n.htm
org.tizen.guides/html/native/app/service_app_n.htm

index 9e23b05..04965e6 100644 (file)
      <th class="note">Note</th> 
     </tr> 
     <tr> 
-     <td class="note">This attribute is not supported in Tizen wearable devices.</td> 
+     <td class="note">This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices.</td> 
     </tr> 
    </tbody> 
   </table>  
      <th class="note">Note</th> 
     </tr> 
     <tr> 
-     <td class="note">This attribute is not supported in Tizen wearable devices.</td> 
+     <td class="note">This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices.</td> 
     </tr> 
    </tbody> 
   </table>  
           <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_nodisplay">nodisplay</a></span></li> 
        <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_taskmanage">taskmanage</a></span></li>
        <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_type">type</a></span></li>
-          <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_auto-restart">auto-restart</a></span></li> 
-       <li><span style="font-family: Courier New,Courier,monospace"><a href="#ui_on-boot">on-boot</a></span></li> 
       </ul>
 </td> 
     </tr>
     </tr>
 </tbody></table>
 
-<table border="1" id="ui_auto-restart"><tbody>
-<tr>
-<th style="text-align:left;margin-left:auto;margin-right:auto;">
-<span style="font-family: Courier New,Courier,monospace">auto-restart</span> attribute</th> 
-    </tr>
-<tr>
-<td> <p>Indicates whether the application is relaunched automatically if it is terminated abnormally.</p>
-  <table class="note"> 
-   <tbody> 
-    <tr> 
-     <th class="note">Note</th> 
-    </tr> 
-    <tr> 
-     <td class="note">This attribute is not supported in Tizen wearable devices.</td> 
-    </tr> 
-   </tbody> 
-  </table>  
-
-         <p><strong>Expected value:</strong> </p>      
-        <ul>
-<li><span style="font-family: Courier New,Courier,monospace">true</span></li> 
-<li><span style="font-family: Courier New,Courier,monospace">false</span></li>
-      </ul>
-</td> 
-    </tr>
-</tbody></table>
-<table border="1" id="ui_on-boot"><tbody>
-<tr>
-<th style="text-align:left;margin-left:auto;margin-right:auto;">
-<span style="font-family: Courier New,Courier,monospace">on-boot</span> attribute</th> 
-    </tr>
-<tr>
-<td> <p>Indicates whether the application is launched automatically on device booting time or application installation time.</p>
-  <table class="note"> 
-   <tbody> 
-    <tr> 
-     <th class="note">Note</th> 
-    </tr> 
-    <tr> 
-     <td class="note">This attribute is not supported in Tizen wearable devices.</td> 
-    </tr> 
-   </tbody> 
-  </table>  
-
-         <p><strong>Expected value:</strong> </p>      
-        <ul>
-<li><span style="font-family: Courier New,Courier,monospace">true</span></li> 
-<li><span style="font-family: Courier New,Courier,monospace">false</span></li>
-      </ul>
-</td> 
-    </tr>
-</tbody></table>
-
-
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">&lt;ui-application appid=&quot;org.tizen.uiapp&quot; auto-restart=&quot;false&quot; exec=&quot;uiapp&quot; launch_mode=&quot;single&quot; 
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;multiple=&quot;false&quot; nodisplay=&quot;false&quot; on-boot=&quot;true&quot; taskmanage=&quot;true&quot; type=&quot;capp&quot;&gt;
index b1e5dd8..125b64a 100644 (file)
      <th class="note">Note</th> 
     </tr> 
     <tr> 
-     <td class="note">The auto-restart and on-boot attributes are not supported in Tizen wearable devices.</td> 
+     <td class="note">The auto-restart and on-boot attributes are not supported in Tizen wearable devices. Since Tizen 2.4, both attributes are not supported in all Tizen devices.</td> 
     </tr> 
    </tbody> 
   </table>     
index fca9ddc..fab1470 100644 (file)
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;label&gt;Message&lt;/label&gt;
 &nbsp;&nbsp;&nbsp;&lt;/service-application&gt;
 &nbsp;&nbsp;&nbsp;&lt;!--Consumer--&gt;
-&nbsp;&nbsp;&nbsp;&lt;service-application component-type=&quot;svcapp&quot; auto-restart=&quot;true&quot; on-boot=&quot;true&quot;
+&nbsp;&nbsp;&nbsp;&lt;service-application component-type=&quot;svcapp&quot;
 &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;
 &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;
 &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;
      <th class="note">Note</th> 
     </tr> 
     <tr> 
-     <td class="note">This attribute is not supported in Tizen wearable devices.</td> 
+     <td class="note">This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices.</td> 
     </tr> 
    </tbody> 
   </table>  </li>
      <th class="note">Note</th> 
     </tr> 
     <tr> 
-     <td class="note">This attribute is not supported in Tizen wearable devices.</td> 
+     <td class="note">This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices.</td> 
     </tr> 
    </tbody> 
   </table>  </li></ul>
@@ -254,4 +254,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>        
\ No newline at end of file
+</html>