From: Daehyeon Jung Date: Thu, 2 Jul 2015 08:54:10 +0000 (+0900) Subject: note auto-restart and on-boot are not supported X-Git-Tag: tizen_3.0/TD_SYNC/20161201~742^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0418fae9d2c15ca2ae9c2425c349d88321d56a38;p=sdk%2Fonline-doc.git note auto-restart and on-boot are not supported Change-Id: Ie777edf13687db965f1d502c1c77880fba4493b9 Signed-off-by: Daehyeon Jung --- diff --git a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm index 9e23b05..04965e6 100644 --- a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm +++ b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm @@ -739,7 +739,7 @@ Note - This attribute is not supported in Tizen wearable devices. + This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices. @@ -765,7 +765,7 @@ Note - This attribute is not supported in Tizen wearable devices. + This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices. @@ -850,8 +850,6 @@
  • nodisplay
  • taskmanage
  • type
  • -
  • auto-restart
  • -
  • on-boot
  • @@ -963,60 +961,6 @@ - - - - - - - -
    -auto-restart attribute

    Indicates whether the application is relaunched automatically if it is terminated abnormally.

    - - - - - - - - - -
    Note
    This attribute is not supported in Tizen wearable devices.
    - -

    Expected value:

    -
      -
    • true
    • -
    • false
    • -
    -
    - - - - - - - -
    -on-boot attribute

    Indicates whether the application is launched automatically on device booting time or application installation time.

    - - - - - - - - - -
    Note
    This attribute is not supported in Tizen wearable devices.
    - -

    Expected value:

    -
      -
    • true
    • -
    • false
    • -
    -
    - -

    For example:

    <ui-application appid="org.tizen.uiapp" auto-restart="false" exec="uiapp" launch_mode="single" 
                     multiple="false" nodisplay="false" on-boot="true" taskmanage="true" type="capp">
    diff --git a/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm b/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm
    index b1e5dd8..125b64a 100644
    --- a/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm
    +++ b/org.tizen.gettingstarted/html/native/process/setting_properties_n.htm
    @@ -200,7 +200,7 @@
          Note 
          
          
    -     The auto-restart and on-boot attributes are not supported in Tizen wearable devices. 
    +     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. 
          
         
         	
    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 fca9ddc..fab1470 100644
    --- a/org.tizen.guides/html/native/app/service_app_n.htm
    +++ b/org.tizen.guides/html/native/app/service_app_n.htm
    @@ -139,7 +139,7 @@
           <label>Message</label>
        </service-application>
        <!--Consumer-->
    -   <service-application component-type="svcapp" auto-restart="true" on-boot="true"
    +   <service-application component-type="svcapp"
                        appid="org.tizen.message.consumer"
                        exec="/usr/apps/org.tizen.message/bin/msg-consumer-service"
                        nodisplay="true"  multiple="false" type="capp" taskmanage="false">
    @@ -159,7 +159,7 @@
          Note 
          
          
    -     This attribute is not supported in Tizen wearable devices. 
    +     This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices. 
          
         
         
    @@ -171,7 +171,7 @@
          Note 
          
          
    -     This attribute is not supported in Tizen wearable devices. 
    +     This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, the attribute is not supported in all Tizen devices. 
          
         
         
    @@ -254,4 +254,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
     
     
     
    -	
    \ No newline at end of file
    +