Adds shortcut-list information on native-tools doc (sync from 2.4) 60/100160/10
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 25 Nov 2016 07:22:11 +0000 (09:22 +0200)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Mon, 9 Jan 2017 08:29:41 +0000 (00:29 -0800)
PS3: [LB] Fixed the topics based on new CSS
PS4: [LB] Synched Studio manifest topics against the latest Tizen Studio
PS5: [LB] Updated based on the resolved PS2 comment
PS7: Updated based on the resolved PS4 comments
PS8: Updated based on the resolved PS7 comment
PS9: [LB] Rebase this changes
Change-Id: Ic6d89c4e0587fa81fb56844ff386365cf693f0df

org.tizen.studio/html/native_tools/manifest_elements_n.htm
org.tizen.studio/html/native_tools/manifest_text_editor_n.htm
org.tizen.training/html/native/process/setting_properties_n.htm

index f5575c1..360951d 100644 (file)
@@ -30,6 +30,8 @@
                <ul class="toc">
                        <li><a href="#appcontrol">&lt;app-control&gt; Element</a>
                        </li>
+                       <li><a href="#bg-category">&lt;background-category&gt; Element</a>
+                       </li>
                        <li><a href="#datacontrol">&lt;datacontrol&gt; Element</a>
                        </li>
                        <li><a href="#icon">&lt;icon&gt; Element</a>
@@ -38,8 +40,6 @@
                        </li>
                        <li><a href="#metadata">&lt;metadata&gt; Element</a>
                        </li>
-                       <li><a href="#bg-category">&lt;background-category&gt; Element</a>
-                       </li>
                        </ul>
        </div></div>
 </div> 
 &lt;mime name=&quot;application/pdf&quot;/&gt;
 </pre>
 
+<h2 name="bg-category" id="bg-category">&lt;background-category&gt; Element</h2>
+<p>This element represents the category of the application running on the background.</p>
+<div class="note">
+    <strong>Note</strong>
+    The <code>&lt;background-category&gt;</code> element is not supported for API versions lower than 2.4. An application with a <code>&lt;background-category&gt;</code> element can fail to be installed on devices with a Tizen version lower than 2.4. In this case, the element can be replaced with <code>&lt;metadata key=&quot;http://tizen.org/metadata/bacgkround-category/&lt;value&gt;&quot;/&gt;</code>.
+</div>
+
+<p>For more information on the relationship between the elements, see the <a href="manifest_text_editor_n.htm#hierarchy">element hierarchy</a>.</p> 
+<p><strong>Occurrences:</strong> </p> 
+               <ul>
+               <li>1 or more (optional)</li>
+               </ul>
+                       <p><strong>Attributes:</strong> </p>      
+               <ul>
+                       <li><code>value</code>
+                       <p>Value of the background category (string)</p>
+                       </li></ul>
+
+<p><strong>For example:</strong></p>
+<pre class="prettyprint">
+&lt;background-category value=&quot;download&quot;/&gt; &lt;!--For the API version 2.4 or later--&gt;
+&lt;metadata key=&quot;http://tizen.org/metadata/background-category/download&quot;/&gt; &lt;!--For the API version lower than 2.4--&gt;
+</pre>
 
  <h2 name="datacontrol" id="datacontrol">&lt;datacontrol&gt; Element</h2> 
 <p>This element represents configuration information for the Tizen data controls.</p>
       </ul>
          <p><strong>Attributes:</strong> </p>      
          <ul>
-       <li><code>providerid</code>
-          <p>ID of the data control provider (string)</p></li>
        <li><code>access</code>
           <p>Access mode of the data control (string)</p></li>
+       <li><code>providerid</code>
+          <p>ID of the data control provider (string)</p></li>
        <li><code>type</code>
           <p>Type of the data control (string)</p>
           </li>
           </ul>
 
-         
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">&lt;datacontrol access=&quot;WriteOnly&quot; providerid=&quot;http://uiapp.com/datacontrol/provider/uiapp&quot; type=&quot;Sql&quot;/&gt;
 </pre>
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">&lt;metadata key=&quot;testkey&quot; value=&quot;testvalue&quot;/&gt;
 </pre>
-
-
-<h2 name="bg-category" id="bg-category">&lt;background-category&gt; Element</h2>
-<p>This element represents the category of the application running on the background.</p>
-<div class="note">
-    <strong>Note</strong>
-    The <code>&lt;background-category&gt;</code> element is not supported for API versions lower than 2.4. An application with a <code>&lt;background-category&gt;</code> element can fail to be installed on devices with a Tizen version lower than 2.4. In this case, the element can be replaced with <code>&lt;metadata key=&quot;http://tizen.org/metadata/bacgkround-category/&lt;value&gt;&quot;/&gt;</code>.
-</div>
-
-<p>For more information on the relationship between the elements, see the <a href="manifest_text_editor_n.htm#hierarchy">element hierarchy</a>.</p> 
-<p><strong>Occurrences:</strong> </p> 
-               <ul>
-               <li>1 or more (optional)</li>
-               </ul>
-                       <p><strong>Attributes:</strong> </p>      
-               <ul>
-                       <li><code>value</code>
-                       <p>Value of the background category (string)</p>
-                       </li></ul>
-
-<p><strong>For example:</strong></p>
-<pre class="prettyprint">
-&lt;background-category value=&quot;download&quot;/&gt;&lt;!--For the API version 2.4 or later--&gt;
-&lt;metadata key=&quot;http://tizen.org/metadata/background-category/download&quot;/&gt;&lt;!--For the API version lower than 2.4--&gt;
-</pre>
-
-
     
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../scripts/showhide.js"></script>
index dc26341..7bf34b2 100644 (file)
 <tr>
 <td style="border:none;">&nbsp;</td>
                <td colspan="6" style="border:none;">
-               <code><a href="#service">&lt;service-application&gt;</a></code>
+               <code><a href="#profile_element">&lt;profile&gt;</a></code>
+</td>
+       </tr>
+<tr>
+<td style="border:none;">&nbsp;</td>
+               <td colspan="6" style="border:none;">
+               <code><a href="#ui">&lt;ui-application&gt;</a></code>
 </td>
        </tr>
 <tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="5" style="border:none;">
-               <code><a href="manifest_elements_n.htm#bg-category">&lt;background-category&gt;</a></code>
-</td>
-       </tr>
+               <td colspan="5" style="border:none;">
+               <code><a href="manifest_elements_n.htm#bg-category">&lt;background-category&gt;</a></code>
+       </td>
+       </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
                <td colspan="6" style="border:none;">
-               <code><a href="#ui">&lt;ui-application&gt;</a></code>
+               <code><a href="#service">&lt;service-application&gt;</a></code>
 </td>
        </tr>
 <tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="5" style="border:none;">
-               <code><a href="manifest_elements_n.htm#bg-category">&lt;background-category&gt;</a></code>
-       </td>
-       </tr>
+               <td colspan="5" style="border:none;">
+               <code><a href="manifest_elements_n.htm#bg-category">&lt;background-category&gt;</a></code>
+</td>
+       </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
                <td colspan="6" style="border:none;">
-               <code><a href="#account">&lt;account&gt;</a></code>
+               <code><a href="#watch_app">&lt;watch-application&gt;</a></code>
 </td>
-       </tr>
+       </tr>   
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
                <td colspan="5" style="border:none;">
-               <code><a href="#accountprovider">&lt;account-provider&gt;</a></code>
+               <code><a href="#watch_icon">&lt;icon&gt;</a></code>
                </td>
        </tr>
-<tr>
+       <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
+               <td colspan="5" style="border:none;">
+               <code><a href="#watch_label">&lt;label&gt;</a></code>
+               </td>
+       </tr>
+<tr>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="4" style="border:none;">
-               <code><a href="#icon">&lt;icon&gt;</a></code>
+               <td colspan="6" style="border:none;">
+               <code><a href="#widget_app">&lt;widget-application&gt;</a></code>
 </td>
-       </tr>
+       </tr>   
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
+               <td colspan="5" style="border:none;">
+               <code><a href="#widget_icon">&lt;icon&gt;</a></code>
+               </td>
+       </tr>
+       <tr>
+<td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="4" style="border:none;">
-               <code><a href="manifest_elements_n.htm#label">&lt;label&gt;</a></code>
-</td>
+               <td colspan="5" style="border:none;">
+               <code><a href="#widget_label">&lt;label&gt;</a></code>
+               </td>
        </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
-<td style="border:none;">&nbsp;</td>
-               <td colspan="4" style="border:none;">
-               <code><a href="#capability">&lt;capability&gt;</a></code>
-</td>
+               <td colspan="5" style="border:none;">
+               <code><a href="#widget_supportsize">&lt;support-size&gt;</a></code>
+               </td>
        </tr>
-       
-       
 <tr>
 <td style="border:none;">&nbsp;</td>
                <td colspan="6" style="border:none;">
-               <code><a href="#privileges">&lt;privileges&gt;</a></code>
-</td>
+               <code><a href="#shortcut-list">&lt;shortcut-list&gt;</a></code>
+               </td>
        </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
                <td colspan="5" style="border:none;">
-               <code><a href="#privilege">&lt;privilege&gt;</a></code>
+               <code><a href="#shortcut">&lt;shortcut&gt;</a></code>
                </td>
        </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="6" style="border:none;">
-               <code><a href="#feature">&lt;feature&gt;</a></code>
-</td>
+<td style="border:none;">&nbsp;</td>
+<td style="border:none;">&nbsp;</td>
+               <td colspan="4" style="border:none;">
+               <code><a href="manifest_elements_n.htm#icon">&lt;icon&gt;</a></code>
+               </td>
        </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="6" style="border:none;">
-               <code><a href="#profile_element">&lt;profile&gt;</a></code>
-</td>
+<td style="border:none;">&nbsp;</td>
+<td style="border:none;">&nbsp;</td>
+               <td colspan="4" style="border:none;">
+               <code><a href="manifest_elements_n.htm#label">&lt;label&gt;</a></code>
+               </td>
        </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
                <td colspan="6" style="border:none;">
-               <code><a href="#widget_app">&lt;widget-application&gt;</a></code>
+               <code><a href="#account">&lt;account&gt;</a></code>
 </td>
-       </tr>   
+       </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
                <td colspan="5" style="border:none;">
-               <code><a href="#widget_icon">&lt;icon&gt;</a></code>
+               <code><a href="#accountprovider">&lt;account-provider&gt;</a></code>
                </td>
        </tr>
-       <tr>
+<tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="5" style="border:none;">
-               <code><a href="#widget_label">&lt;label&gt;</a></code>
-               </td>
+<td style="border:none;">&nbsp;</td>
+               <td colspan="4" style="border:none;">
+               <code><a href="#icon">&lt;icon&gt;</a></code>
+</td>
        </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="5" style="border:none;">
-               <code><a href="#widget_supportsize">&lt;support-size&gt;</a></code>
-               </td>
+<td style="border:none;">&nbsp;</td>
+               <td colspan="4" style="border:none;">
+               <code><a href="manifest_elements_n.htm#label">&lt;label&gt;</a></code>
+</td>
+       </tr>
+<tr>
+<td style="border:none;">&nbsp;</td>
+<td style="border:none;">&nbsp;</td>
+<td style="border:none;">&nbsp;</td>
+               <td colspan="4" style="border:none;">
+               <code><a href="#capability">&lt;capability&gt;</a></code>
+</td>
        </tr>
+       
+       
 <tr>
 <td style="border:none;">&nbsp;</td>
                <td colspan="6" style="border:none;">
-               <code><a href="#watch_app">&lt;watch-application&gt;</a></code>
+               <code><a href="#privileges">&lt;privileges&gt;</a></code>
 </td>
-       </tr>   
+       </tr>
 <tr>
 <td style="border:none;">&nbsp;</td>
 <td style="border:none;">&nbsp;</td>
                <td colspan="5" style="border:none;">
-               <code><a href="#watch_icon">&lt;icon&gt;</a></code>
+               <code><a href="#privilege">&lt;privilege&gt;</a></code>
                </td>
        </tr>
-       <tr>
-<td style="border:none;">&nbsp;</td>
+<tr>
 <td style="border:none;">&nbsp;</td>
-               <td colspan="5" style="border:none;">
-               <code><a href="#watch_label">&lt;label&gt;</a></code>
-               </td>
+               <td colspan="6" style="border:none;">
+               <code><a href="#feature">&lt;feature&gt;</a></code>
+</td>
        </tr>
 </tbody>
 </table>
                                        <td>1 or more (optional)</td> 
                                </tr>
 <tr>
+<td><code><a href="#profile_element">&lt;profile&gt;</a></code></td> 
+                                       <td>1 or more (optional)</td> 
+                               </tr>
+<tr>
+<td><code><a href="#ui">&lt;ui-application&gt;</a></code></td> 
+                                       <td>1 (optional)</td> 
+                               </tr>
+<tr>
 <td><code><a href="#service">&lt;service-application&gt;</a></code></td> 
                                        <td>1 (optional)</td> 
                                </tr>
 <tr>
-<td><code><a href="#ui">&lt;ui-application&gt;</a></code></td> 
+<td><code><a href="#watch_app">&lt;watch-application&gt;</a></code></td> 
+                                       <td>1 (optional)</td> 
+                               </tr>
+<tr>
+<td><code><a href="#widget_app">&lt;widget-application&gt;</a></code></td> 
                                        <td>1 (optional)</td> 
                                </tr>
 <tr>
+<td><code><a href="#shortcut-list">&lt;shortcut-list&gt;</a></code></td>
+                                       <td>1 (optional)</td>
+                               </tr>
+<tr>
 <td><code><a href="#account">&lt;account&gt;</a></code></td>
                                        <td>1 (optional)</td>
                                </tr>
 <td><code><a href="#feature">&lt;feature&gt;</a></code></td> 
                                        <td>1 or more (optional)</td> 
                                </tr>
-<tr>
-<td><code><a href="#profile_element">&lt;profile&gt;</a></code></td> 
-                                       <td>1 or more (optional)</td> 
-                               </tr>
-<tr>
-<td><code><a href="#widget_app">&lt;widget-application&gt;</a></code></td> 
-                                       <td>1 (optional)</td> 
-                               </tr>
-<tr>
-<td><code><a href="#watch_app">&lt;watch-application&gt;</a></code></td> 
-                                       <td>1 (optional)</td> 
-                               </tr>
 </tbody></table>
 
 <p align="center"><strong>Figure: Editing the &lt;manifest&gt; element in the manifest editor</strong></p>
 
 <p id="attributes"><strong>Attributes:</strong></p>
                <ul>
+<li><p><code>api-version</code></p>
+<p>API version number for the application (available value: number in the &quot;x.y.z&quot; format, where z is optional, for example, <code>2.3.1</code> or <code>2.4</code>)</p></li> 
 <li><p><code>install-location</code></p>
-<p>Installation location for the application (available values: <code>&quot;auto&quot;</code> (the platform decides where the application is installed), <code>&quot;internal-only&quot;</code>, <code>&quot;prefer-external&quot;</code> (preferably installed to an external storage device; however, if the external storage device has no empty space, the application is installed in the internal storage))</p>
-<p>By default, this value is set to <code>&quot;internal-only&quot;</code>. You can select other values to install to an external device, such as an SD card. </p></li> 
+<p>Installation location for the application (available value: <code>&quot;auto&quot;</code>)</p>
+<div class="note">
+       <strong>Note</strong>
+       This attribute is read-only. Do not attempt to modify it.
+</div>
+</li>
 <li><p><code>package</code></p>
 <p>Package of the application (available value: <code>&quot;org.tizen.applicationName&quot;</code>)</p>
 </li> 
 <li><p><code>type</code></p>
 <p>Package type of the application (available value: <code>&quot;tpk&quot;</code>)</p>
+<div class="note">
+       <strong>Note</strong>
+       This attribute is read-only. Do not attempt to modify it.
+</div>
 </li> 
 <li><p><code>version</code></p>
 <p>Version number of the application (available value: number in the &quot;x.y.z&quot; format, where 0 &lt;= x &lt;= 255, 0 &lt;= y &lt;= 255, and 0 &lt;= z &lt;= 65535)</p>
 </li> 
-<li><p><code>api-version</code></p>
-<p>API version number for the application (available value: number in the &quot;x.y.z&quot; format, where z is optional, for example, <code>2.3.1</code> or <code>2.4</code>)</p></li> 
+
         </ul>
 
 <p><strong>For example:</strong> </p> 
    <pre class="prettyprint">
-&lt;manifest xmlns=&quot;http://tizen.org/ns/packages&quot; package=&quot;org.tizen.uiapp&quot; version=&quot;1.0.0&quot;  api-version=&quot;2.3.1&quot;&gt;
+&lt;manifest xmlns=&quot;http://tizen.org/ns/packages&quot; api-version=&quot;2.3.1&quot; package=&quot;org.tizen.uiapp&quot; version=&quot;1.0.0&quot;&gt;
 &nbsp;&nbsp;&nbsp;&lt;author&gt;.....&lt;/author&gt;
 &nbsp;&nbsp;&nbsp;&lt;description&gt;.....&lt;/description&gt;
+&nbsp;&nbsp;&nbsp;&lt;profile name=&quot;mobile&quot;/&gt;
 &nbsp;&nbsp;&nbsp;&lt;ui-application&gt;.....&lt;/ui-application&gt;
+&nbsp;&nbsp;&nbsp;&lt;shortcut-list&gt;.....&lt;/shortcut-list&gt;
 &nbsp;&nbsp;&nbsp;&lt;account&gt;.....&lt;/account&gt;
 &nbsp;&nbsp;&nbsp;&lt;privileges&gt;.....&lt;/privileges&gt;
 &nbsp;&nbsp;&nbsp;&lt;feature&gt;.....&lt;/feature&gt;
 <p>Web site of the package creator, such as a homepage or a profile on a social network (available value: any valid Web site string value)</p></li>
 </ul>
 
+<p><strong>Expected value:</strong> </p>      
+         <ul>
+<li>Package creator name in string</li> 
+      </ul>
+
 <p><strong>For example:</strong></p>
                <pre class="prettyprint">&lt;author email=&quot;email@email.com&quot; href=&quot;http://test.com&quot;&gt;author&lt;/author&gt;</pre> 
 
 &lt;description xml:lang=&quot;en-us&quot;&gt;This is a sample&lt;/description&gt;
 </pre>
 
-<h3 name="service" id="service">&lt;service-application&gt; Element</h3> 
 
-<p>This element contains the manifest information of a Tizen native service application without a graphical user interface (GUI).</p>
+<h3 id="profile_element">&lt;profile&gt; Element</h3>
+  <p>This element contains the targeted requirements for specific device categories, which layer on top of the Tizen Common Platform, including additional components for devices, APIs, and hardware requirements. The platform must conform to the Tizen common requirements as well as at least 1 profile.</p>
 
-<p>Create a service application if you want to develop a program that is to be run continuously, for example, to get the sensor data. The service application can be packaged together with a native UI application or a Web application.</p>
+<p>The <code>&lt;profile&gt;</code> element determines on which kind of device the Tizen package operates. This element has no child elements.</p>
+
+<p><strong>Occurrences:</strong> </p>
+    <ul>
+<li>1 or more (optional)</li>
+    </ul>
+<p><strong>Attributes:</strong> </p>
+    <ul>
+<li><code>name</code>
+<p>Profile name (available values: <code>mobile</code>, <code>wearable</code>)</p></li>
+    </ul>
 
+<p><strong>For example:</strong></p>
+<pre class="prettyprint">
+&lt;profile name=&quot;mobile&quot;/&gt;
+</pre>
+
+<h3 id="ui">&lt;ui-application&gt; Element</h3>
+  <p>This element contains the manifest information of a Tizen native UI application with a graphical user interface (GUI).</p>
 <p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p> <p><strong>Occurrences:</strong> </p> 
       <ul>
 <li>1 or more (optional)</li> 
     </tr>
 <tr>
        <td><code><a href="manifest_elements_n.htm#bg-category">&lt;background-category&gt;</a></code></td> 
-     <td>1 or more (optional)</td> 
-    </tr>
+       <td>1 or more (optional)</td> 
+       </tr>
 
 </tbody></table>
 <p><strong>Attributes:</strong> </p>      
          <ul>
-       <li><code>appid</code>
-               <p>Application unique ID (string)</p>
-               <p>This can be used at launching or terminating the application explicitly.</p></li> 
+<li><code>appid</code>
+<p>Application unique ID (string)</p>
+<p>This can be used for launching or terminating the application explicitly.</p></li> 
        <li><code>exec</code>
-          <p>Application executable file path (string)</p></li> 
+          <p>Application executable file path (string)</p></li>
+          <li><code>hw-acceleration</code>
+          <p>Indicates the application hardware acceleration status (available values: not defined (depends on the system setting), <code>on</code> (use hardware acceleration), <code>off</code> (do not use hardware acceleration))</p>
+          <p>By default, this value is not defined.</p></li>
+          <li id="launch_mode"><code>launch_mode</code>
+          <p>Application launch mode (available values: <code>single</code> (launched as a main application), <code>group</code> (launched as a sub application), <code>caller</code> (caller application <a href="../../../org.tizen.guides/html/native/app_management/app_controls_n.htm#mode">defines the launch mode</a> with the <code>app_control_set_launch_mode()</code> function))</p>
+          <p>By default, this value is set to <code>single</code>.</p></li>
           <li><code>multiple</code>
-          <p>Indicates whether the application can be launched as a multiple (available values: <code>true</code>, <code>false</code>)</p></li>
+          <p>Indicates whether the application can be launched as a multiple (available values: <code>true</code>, <code>false</code>)</p>
+<div class="note">
+       <strong>Note</strong>
+       This attribute is read-only. Do not attempt to modify it.
+</div>
+          </li>
+          <li><code>nodisplay</code>
+          <p>Indicates whether the application is shown in the app-tray (available values: <code>true</code>, <code>false</code>)</p></li> 
        <li><code>taskmanage</code>
-          <p>Indicates whether the application is shown in the task manager (available values: <code>true</code>, <code>false</code>(</p></li>
+          <p>Indicates whether the application is shown in the task manager (available values: <code>true</code>, <code>false</code>)</p></li>
        <li><code>type</code>
-          <p>Tizen application type (available values: <code>capp</code>, <code>c++app</code>, <code>webapp</code>)</p></li>
-          <li><code>auto-restart</code>
-          <p>Indicates whether the application is relaunched automatically if it is terminated abnormally (available values: <code>true</code>, <code>false</code>)</p>
-<div class="note">
-    <strong>Note</strong>
-    This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, this attribute is not supported in all Tizen devices.
-</div>  
-          </li> 
-       <li><code>on-boot</code>
-          <p>Indicates whether the application is launched automatically on device booting time or application installation time (available values: <code>true</code>, <code>false</code>)</p>
-
+          <p>Tizen application type (available values: <code>capp</code>, <code>c++app</code>, <code>webapp</code>)</p>
 <div class="note">
-    <strong>Note</strong>
-    This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, this attribute is not supported in all Tizen devices.
+       <strong>Note</strong>
+       This attribute is read-only. Do not attempt to modify it.
 </div>
-  </li>
-  </ul>
+          </li>
+      </ul>
+
 
-       
 <p><strong>For example:</strong></p>
-<pre class="prettyprint">&lt;service-application appid=&quot;org.tizen.servicenew&quot; auto-restart=&quot;false&quot; exec=&quot;servicenew&quot; multiple=&quot;false&quot;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;on-boot=&quot;true&quot; taskmanage=&quot;false&quot; type=&quot;capp&quot;&gt;
-&nbsp;&nbsp;&nbsp;&lt;label&gt;servicenew&lt;/label&gt;
-&nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlabel&lt;/label&gt;
-&nbsp;&nbsp;&nbsp;&lt;icon&gt;servicenew.png&lt;/icon&gt;
+<pre class="prettyprint">&lt;ui-application appid=&quot;org.tizen.uiapp&quot; exec=&quot;uiapp&quot; hw-acceleration=&quot;on&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; taskmanage=&quot;true&quot; type=&quot;capp&quot;&gt;
+&nbsp;&nbsp;&nbsp;&lt;label&gt;uiapplication&lt;/label&gt;
+&nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlang&lt;/label&gt;
+&nbsp;&nbsp;&nbsp;&lt;icon&gt;uiapp.png&lt;/icon&gt;
 &nbsp;&nbsp;&nbsp;&lt;app-control&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;operation name=&quot;http://tizen.org/appcontrol/operation/compose&quot;/&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;mime name=&quot;application/pdf&quot;/&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;uri name=&quot;testuristring&quot;/&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;operation name=&quot;http://tizen.org/appcontrol/operation/dial&quot;/&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;mime name=&quot;application/vnd.ms-excel&quot;/&gt;
 &nbsp;&nbsp;&nbsp;&lt;/app-control&gt;
-&nbsp;&nbsp;&nbsp;&lt;metadata key=&quot;testkey1&quot; value=&quot;testvalue2&quot;/&gt;
 &nbsp;&nbsp;&nbsp;&lt;metadata key=&quot;testkey&quot; value=&quot;testvalue&quot;/&gt;
-&lt;/service-application&gt;
+&nbsp;&nbsp;&nbsp;&lt;datacontrol access=&quot;ReadOnly&quot; 
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;providerid=&quot;http://uiapp.com/datacontrol/provider/uiapp&quot; type=&quot;Sql&quot;/&gt;
+&lt;/ui-application&gt;
 </pre>  
 
-<h3 id="ui">&lt;ui-application&gt; Element</h3>
-  <p>This element contains the manifest information of a Tizen native UI application with a graphical user interface (GUI).</p>
-<p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p> <p><strong>Occurrences:</strong> </p> 
-      <ul>
-<li>1 or more (optional)</li> 
+
+<h3 name="service" id="service">&lt;service-application&gt; Element</h3> 
+
+<p>This element contains the manifest information of a Tizen native service application without a graphical user interface (GUI).</p>
+
+<p>Create a service application if you want to develop a program that is to be run continuously, for example, to get the sensor data. The service application can be packaged together with a native UI application or a Web application.</p>
+
+<p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p> <p><strong>Occurrences:</strong> </p> 
+      <ul>
+<li>1 or more (optional)</li> 
       </ul>
 <p><strong>Expected children (in the following order):</strong> </p>      
            <table border="1"><tbody>
     </tr>
 <tr>
        <td><code><a href="manifest_elements_n.htm#bg-category">&lt;background-category&gt;</a></code></td> 
-       <td>1 or more (optional)</td> 
-       </tr>
+     <td>1 or more (optional)</td> 
+    </tr>
 
 </tbody></table>
 <p><strong>Attributes:</strong> </p>      
          <ul>
-<li><code>appid</code>
-<p>Application unique ID (string)</p>
-<p>This can be used at launching or terminating the application explicitly.</p></li> 
+       <li><code>appid</code>
+               <p>Application unique ID (string)</p>
+               <p>This can be used for launching or terminating the application explicitly.</p></li> 
+          <li><code>auto-restart</code>
+          <p>Indicates whether the application is relaunched automatically if it is terminated abnormally (available values: <code>true</code>, <code>false</code>)</p>
+          <p>If the value is not defined, <code>false</code> is used.</p>
+
+<div class="note">
+    <strong>Note</strong>
+    This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, this attribute is not supported in all Tizen devices.
+</div>  
+          </li> 
        <li><code>exec</code>
           <p>Application executable file path (string)</p></li> 
-          <li id="launch_mode"><code>launch_mode</code>
-          <p>Application launch mode (available values: <code>single</code> (launched as a main application), <code>group</code> (launched as a sub application), <code>caller</code> (caller application <a href="../../../org.tizen.guides/html/native/app_management/app_controls_n.htm#mode">defines the launch mode</a> with the <code>app_control_set_launch_mode()</code> function))</p>
-          <p>By default, this value is set to <code>single</code>.</p></li>
           <li><code>multiple</code>
-          <p>Indicates whether the application can be launched as a multiple (available values: <code>true</code>, <code>false</code>)</p></li>
-          <li><code>nodisplay</code>
-          <p>Indicates whether the application is shown in the app-tray (available values: <code>true</code>, <code>false</code>)</p></li> 
+          <p>Indicates whether the application can be launched as a multiple (available values: <code>true</code>, <code>false</code>)</p>
+<div class="note">
+       <strong>Note</strong>
+       This attribute is read-only. Do not attempt to modify it.
+</div>
+          </li>
+       <li><code>on-boot</code>
+          <p>Indicates whether the application is launched automatically on device booting time or application installation time (available values: <code>true</code>, <code>false</code>)</p>
+          <p>If the value is not defined, <code>false</code> is used.</p>
+
+<div class="note">
+    <strong>Note</strong>
+    This attribute is not supported in Tizen wearable devices. Since Tizen 2.4, this attribute is not supported in all Tizen devices.
+</div>
+  </li>
        <li><code>taskmanage</code>
           <p>Indicates whether the application is shown in the task manager (available values: <code>true</code>, <code>false</code>)</p></li>
-          <li><code>hw-acceleration</code>
-          <p>Indicates the application hardware acceleration status (available values: not defined (depends on the system setting), <code>on</code> (use hardware acceleration), <code>off</code> (do not use hardware acceleration))</p>
-          <p>By default, this value is set to <code>default</code>.</p></li>
        <li><code>type</code>
-          <p>Tizen application type (available values: <code>capp</code>, <code>c++app</code>, <code>webapp</code>)</p></li>
-      </ul>
-
-
+          <p>Tizen application type (available values: <code>capp</code>, <code>c++app</code>, <code>webapp</code>)</p>
+<div class="note">
+       <strong>Note</strong>
+       This attribute is read-only. Do not attempt to modify it.
+</div>
+          </li>
+  </ul>
+       
 <p><strong>For example:</strong></p>
-<pre class="prettyprint">&lt;ui-application appid=&quot;org.tizen.uiapp&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; taskmanage=&quot;true&quot; 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hw-acceleration=&quot;on&quot; type=&quot;capp&quot;&gt;
-&nbsp;&nbsp;&nbsp;&lt;label&gt;uiapplication&lt;/label&gt;
-&nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlang&lt;/label&gt;
-&nbsp;&nbsp;&nbsp;&lt;icon&gt;uiapp.png&lt;/icon&gt;
+<pre class="prettyprint">&lt;service-application appid=&quot;org.tizen.servicenew&quot; auto-restart=&quot;false&quot; exec=&quot;servicenew&quot;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;multiple=&quot;false&quot; on-boot=&quot;true&quot; taskmanage=&quot;false&quot; type=&quot;capp&quot;&gt;
+&nbsp;&nbsp;&nbsp;&lt;label&gt;servicenew&lt;/label&gt;
+&nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-gb&quot;&gt;testlabel&lt;/label&gt;
+&nbsp;&nbsp;&nbsp;&lt;icon&gt;servicenew.png&lt;/icon&gt;
 &nbsp;&nbsp;&nbsp;&lt;app-control&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;operation name=&quot;http://tizen.org/appcontrol/operation/dial&quot;/&gt;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;mime name=&quot;application/vnd.ms-excel&quot;/&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;operation name=&quot;http://tizen.org/appcontrol/operation/compose&quot;/&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;uri name=&quot;testuristring&quot;/&gt;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;mime name=&quot;application/pdf&quot;/&gt;
 &nbsp;&nbsp;&nbsp;&lt;/app-control&gt;
+&nbsp;&nbsp;&nbsp;&lt;metadata key=&quot;testkey1&quot; value=&quot;testvalue2&quot;/&gt;
 &nbsp;&nbsp;&nbsp;&lt;metadata key=&quot;testkey&quot; value=&quot;testvalue&quot;/&gt;
-&nbsp;&nbsp;&nbsp;&lt;datacontrol access=&quot;ReadOnly&quot; 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;providerid=&quot;http://uiapp.com/datacontrol/provider/uiapp&quot; type=&quot;Sql&quot;/&gt;
-&lt;/ui-application&gt;
+&lt;/service-application&gt;
 </pre>  
 
+<h3 id="watch_app">&lt;watch-application&gt; Element</h3>
+  <p>This element contains the settings for the watch application.</p>
+   <p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p>
+   <p><strong>Occurrences:</strong> </p>
+   <ul>
+                  <li>1 (optional)</li>
+   </ul>
+   <p><strong>Expected children:</strong> </p>
+   <table border="1"><tbody>
+   <tr>
+                  <th width="50%">Child element</th>
+                  <th>Occurrences</th>
+   </tr>
+   <tr>
+                  <td><code><a href="#watch_label">&lt;label&gt;</a></code></td>
+                  <td>1</td>
+   </tr>
+   <tr>
+                  <td><code><a href="#watch_icon">&lt;icon&gt;</a></code></td>
+                  <td>1</td>
+   </tr>
+   </tbody></table>
+   <p><strong>Attributes:</strong> </p>
+   <ul>
+                  <li><code>ambient-support</code>
+                  <p>Indicates whether the application draws the ambient mode UI itself (available values: <code>true</code>, <code>false</code>)</p>
+                  <p>If the value is <code>false</code>, the system default ambient mode UI is shown when the devices enters the ambient mode.</p></li>
+                  <li><code>appid</code>
+                  <p>Watch application unique ID (string)</p></li>
+                  <li><code>exec</code>
+                  <p>Watch application executable file path (string)</p></li>
+   </ul>
+
+<pre class="prettyprint">
+&lt;watch-application ambient-support=&quot;true&quot; appid=&quot;org.tizen.watchsample&quot; exec=&quot;watchsample&quot;&gt;
+&nbsp;&nbsp;&nbsp;&lt;label&gt;.....&lt;/label&gt;
+&nbsp;&nbsp;&nbsp;&lt;icon&gt;.....&lt;/icon&gt;
+&lt;/watch-application&gt;
+</pre>
+
+<h4 id="watch_label">&lt;label&gt; Element</h4>
+  <p>This element contains the watch application text.</p>
+   <p><strong>Occurrences:</strong> </p>
+   <ul>
+                  <li>1</li>
+   </ul>
+
+   <p><strong>Expected value:</strong> </p>
+   <ul>
+                  <li>Label value in string</li>
+   </ul>
+
+      <p><strong>For example:</strong></p>
+
+<pre class="prettyprint">
+&lt;label&gt;watchsample&lt;/label&gt;
+</pre>
+
+<h4 id="watch_icon">&lt;icon&gt; Element</h4>
+  <p>This element contains the watch application icon image.</p>
+       <p><strong>Occurrences:</strong> </p>
+       <ul>
+                  <li>1</li>
+       </ul>
+
+       <p><strong>Expected value:</strong> </p>
+       <ul>
+                  <li>Icon file name</li>
+       </ul>
+<pre class="prettyprint">
+&lt;icon&gt;watchsample.png&lt;/icon&gt;
+</pre>
+
+<h3 id="widget_app">&lt;widget-application&gt; Element</h3>
+  <p>This element contains the settings for the widget application.</p>
+<p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p>
+<p><strong>Occurrences:</strong> </p> 
+      <ul>
+<li>1 (optional)</li> 
+      </ul>
+<p><strong>Expected children:</strong> </p>      
+           <table border="1"><tbody>
+<tr>
+<th width="50%">Child element</th> 
+     <th>Occurrences</th> 
+    </tr>
+<tr>
+<td><code><a href="#widget_label">&lt;label&gt;</a></code></td> 
+     <td>1 or more</td> 
+    </tr>
+<tr>
+<td><code><a href="#widget_icon">&lt;icon&gt;</a></code></td> 
+     <td>1 or more</td> 
+    </tr>
+<tr>
+<td><code><a href="#widget_supportsize">&lt;support-size&gt;</a></code></td> 
+     <td>1</td> 
+    </tr>
+</tbody></table>
+<p><strong>Attributes:</strong> </p>      
+         <ul>
+               <li><code>appid</code>
+               
+               <p>Widget application unique ID (string)</p></li> 
+               <li><code>exec</code>
+               <p>Widget application executable file name (string)</p></li> 
+               <li><code>main</code>
+               <p>Indicates which widget application is the main application (available values: <code>true</code>, <code>false</code>)</p></li> 
+               <li><code>update-period</code>
+               <p>Indicates the update period in seconds (available values: time in seconds)</p>
+               <p>Multiples of 1800 only allowed</p></li> 
+      </ul>
+
+<p><strong>For example:</strong></p>
+<pre class="prettyprint">
+&lt;widget-application appid=&quot;org.tizen.test&quot; exec=&quot;test&quot; main=&quot;true&quot; update-period=&quot;0&quot;&gt;
+&nbsp;&nbsp;&nbsp;&lt;label&gt;.....&lt;/label&gt;
+&nbsp;&nbsp;&nbsp;&lt;icon&gt;.....&lt;/icon&gt;
+&nbsp;&nbsp;&nbsp;&lt;support-size&gt;.....&lt;/support-size&gt;
+&lt;/widget-application&gt;
+</pre>
+
+<h4 id="widget_label">&lt;label&gt; Element</h4>
+  <p>This element contains the widget application text.</p> 
+<p><strong>Occurrences:</strong> </p> 
+      <ul>
+<li>1 or more</li> 
+      </ul>
+
+<p><strong>Expected value:</strong> </p>     
+         <ul>
+         <li>Label value in string</li>
+      </ul>
+<p><strong>For example:</strong></p>
+<pre class="prettyprint">
+&lt;label&gt;test&lt;/label&gt;
+</pre>
+
+<h4 id="widget_icon">&lt;icon&gt; Element</h4>
+  <p>This element contains the widget application icon image.</p> 
+<p><strong>Occurrences:</strong> </p> 
+      <ul>
+<li>1 or more</li> 
+      </ul>
+
+<p><strong>Expected value:</strong> </p>     
+         <ul>
+         <li>Icon file name</li>
+      </ul>
+<p><strong>For example:</strong></p>
+<pre class="prettyprint">
+&lt;icon&gt;icon.png&lt;/icon&gt;
+</pre>
+
+<h4 id="widget_supportsize">&lt;support-size&gt; Element</h4>
+  <p>This element contains the size supported by the widget application.</p> 
+<p><strong>Occurrences:</strong> </p> 
+      <ul>
+<li>1</li> 
+      </ul>
+<p><strong>Attributes:</strong> </p> 
+               <ul>
+         <li><code>preview</code>
+         <p>Relative path to the preview image (available values: file name)</p>
+         <p>The image is shown on the home screen when the user tries to select the widget.</p></li>
+      </ul>
+
+<p><strong>Expected value:</strong> </p>     
+         <ul>
+         <li><code>2x2</code> (in mobile and wearable)</li>
+         <li><code>4x1</code> (in mobile only)</li>
+         <li><code>4x2</code> (in mobile only)</li>
+         <li><code>4x3</code> (in mobile only)</li>
+      <li><code>4x4</code> (in mobile only)</li>
+      </ul>
+
+<p><strong>For example:</strong></p>
+<pre class="prettyprint">
+&lt;support-size preview=&quot;preview.png&quot;&gt;2x2&lt;/support-size&gt;
+</pre>
+
+<h3 id="shortcut-list">&lt;shortcut-list&gt; Element</h3>
+  <p>This element contains the shortcut template list used for adding a shortcut to the home screen.</p>
+<p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p>
+<p><strong>Occurrences:</strong> </p>
+      <ul>
+<li>1 (optional)</li>
+      </ul>
+<p><strong>Expected children:</strong> </p>
+           <table border="1"><tbody>
+<tr>
+<th width="50%">Child element</th>
+     <th>Occurrences</th>
+    </tr>
+<tr>
+<td><code><a href="#shortcut">&lt;shortcut&gt;</a></code></td>
+     <td>1 or more</td>
+    </tr>
+</tbody></table>
+
+<p><strong>For example:</strong> </p>
+<pre class="prettyprint">
+&lt;shortcut-list&gt;
+&nbsp;&nbsp;&nbsp;&lt;shortcut&gt;.....&lt;/shortcut&gt;
+&lt;/shortcut-list&gt;
+</pre>
+
+<h4 id="shortcut">&lt;shortcut&gt; Element</h4>
+  <p>This element contains the information that indicates the shortcut for the application on the home screen.</p>
+<p><strong>Occurrences:</strong> </p>
+      <ul>
+<li>1 (optional)</li>
+      </ul>
+<p><strong>Expected children:</strong> </p>
+           <table border="1"><tbody>
+<tr>
+<th width="50%">Child element</th>
+     <th>Occurrences</th>
+    </tr>
+<tr>
+<td><code><a href="manifest_elements_n.htm#icon">&lt;icon&gt;</a></code></td>
+     <td>1 or more</td>
+    </tr>
+<tr>
+<td><code><a href="manifest_elements_n.htm#label">&lt;label&gt;</a></code></td>
+     <td>1 or more</td>
+    </tr>
+</tbody></table>
+<p><strong>Attributes:</strong> </p>
+      <ul>
+       <li><code>appid</code>
+       <p>Application unique ID (string)</p>
+       <p>This can be used for launching or terminating the application explicitly.</p></li>
+       <li><code>extra_data</code>
+       <p>Data for user content (string)</p>
+       <p>Shortcut element property in the manifest file</p></li>
+       <li><code>extra_key</code>
+       <p>Key for user content (string)</p>
+       <p>Shortcut element property in the manifest file</p></li>
+      </ul>
+
+<p><strong>For example:</strong></p>
+<pre class="prettyprint">
+&lt;shortcut appid=&quot;org.example.shortcut&quot; extra_data=&quot;data&quot; extra_key=&quot;key&quot;&gt;
+&nbsp;&nbsp;&nbsp;&lt;icon&gt;shortcut.png&lt;/icon&gt;
+&nbsp;&nbsp;&nbsp;&lt;label&gt;shortcut&lt;/label&gt;
+&nbsp;&nbsp;&nbsp;&lt;label xml:lang=&quot;en-us&quot;&gt;short&lt;/label&gt;
+&lt;/shortcut&gt;
+</pre>
+
 <h3 id="account">&lt;account&gt; Element</h3>
   <p>This element contains a set of user accounts and account provider-related information in the Tizen application.</p>
 <p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p>
          <ul>
                <li><code>appid</code>
                <p>Application unique ID (string)</p>
-               <p>This can be used at launching or terminating the application explicitly. </p></li> 
+               <p>This can be used for launching or terminating the application explicitly. </p></li> 
                <li><code>multiple-accounts-support</code>
                <p>Indicates whether multiple accounts are supported (available values: <code>true</code>, <code>false</code>)</p></li> 
                <li><code>providerid</code>
 <p>For more information on the expected values and the application filtering mechanism, see <a href="../../../org.tizen.training/html/native/details/app_filtering_n.htm">Application Filtering</a>.</p></li> 
       </ul>
 
-
-<p><strong>For example:</strong></p>
-<pre class="prettyprint">
-&lt;feature name=&quot;http://tizen.org/feature/camera&quot;/&gt;
-&lt;feature name=&quot;http://tizen.org/feature/fmradio&quot;/&gt;
-</pre>
-
-<h3 id="profile_element">&lt;profile&gt; Element</h3>
-  <p>This element contains the targeted requirements for specific device categories, which layer on top of the Tizen Common Platform, including additional components for devices, APIs, and hardware requirements. The platform must conform to the Tizen common requirements as well as at least 1 profile.</p>
-
-<p>The <code>&lt;profile&gt;</code> element determines on which kind of device the Tizen package operates. This element has no child elements.</p>
-
-<p><strong>Occurrences:</strong> </p>
-    <ul>
-<li>1 or more (optional)</li>
-    </ul>
-<p><strong>Attributes:</strong> </p>
-    <ul>
-<li><code>name</code>
-<p>Profile name (available values: <code>mobile</code>, <code>wearable</code>)</p></li>
-    </ul>
-
-<p><strong>For example:</strong></p>
-<pre class="prettyprint">
-&lt;profile name=&quot;mobile&quot;/&gt;
-</pre>
-
-<h3 id="widget_app">&lt;widget-application&gt; Element</h3>
-  <p>This element contains the settings for the widget application.</p>
-<p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p>
-<p><strong>Occurrences:</strong> </p> 
-      <ul>
-<li>1 (optional)</li> 
-      </ul>
-<p><strong>Expected children:</strong> </p>      
-           <table border="1"><tbody>
-<tr>
-<th width="50%">Child element</th> 
-     <th>Occurrences</th> 
-    </tr>
-<tr>
-<td><code><a href="#widget_icon">&lt;icon&gt;</a></code></td> 
-     <td>1 or more</td> 
-    </tr>
-<tr>
-<td><code><a href="#widget_label">&lt;label&gt;</a></code></td> 
-     <td>1 or more</td> 
-    </tr>
-<tr>
-<td><code><a href="#widget_supportsize">&lt;support-size&gt;</a></code></td> 
-     <td>1</td> 
-    </tr>
-</tbody></table>
-<p><strong>Attributes:</strong> </p>      
-         <ul>
-               <li><code>appid</code>
-               
-               <p>Widget application unique ID (string)</p></li> 
-               <li><code>exec</code>
-               <p>Widget application executable file name (string)</p></li> 
-               <li><code>main</code>
-               <p>Indicates which widget application is the main application (available values: <code>true</code>, <code>false</code>)</p></li> 
-               <li><code>update-period</code>
-               <p>Indicates the update period in seconds (available values: time in seconds)</p>
-               <p>Multiples of 1800 only allowed.</p></li> 
-      </ul>
-
-<p><strong>For example:</strong></p>
-<pre class="prettyprint">
-&lt;widget-application appid=&quot;org.tizen.test&quot; exec=&quot;test&quot; main=&quot;true&quot; update-period=&quot;0&quot;&gt;
-&nbsp;&nbsp;&nbsp;&lt;icon&gt;.....&lt;/icon&gt;
-&nbsp;&nbsp;&nbsp;&lt;label&gt;.....&lt;/label&gt;
-&nbsp;&nbsp;&nbsp;&lt;support-size&gt;.....&lt;/support-size&gt;
-&lt;/widget-application&gt;
-</pre>
-
-<h4 id="widget_icon">&lt;icon&gt; Element</h4>
-  <p>This element contains the widget application icon image.</p> 
-<p><strong>Occurrences:</strong> </p> 
-      <ul>
-<li>1 or more</li> 
-      </ul>
-
-<p><strong>Expected value:</strong> </p>     
-         <ul>
-         <li>Icon file name</li>
-      </ul>
-<p><strong>For example:</strong></p>
-<pre class="prettyprint">
-&lt;icon&gt;icon.png&lt;/icon&gt;
-</pre>
-
-<h4 id="widget_label">&lt;label&gt; Element</h4>
-  <p>This element contains the widget application text.</p> 
-<p><strong>Occurrences:</strong> </p> 
-      <ul>
-<li>1 or more</li> 
-      </ul>
-
-<p><strong>Expected value:</strong> </p>     
-         <ul>
-         <li>Label value in string</li>
-      </ul>
-<p><strong>For example:</strong></p>
-<pre class="prettyprint">
-&lt;label&gt;test&lt;/label&gt;
-</pre>
-
-<h4 id="widget_supportsize">&lt;support-size&gt; Element</h4>
-  <p>This element contains the size supported by the widget application.</p> 
-<p><strong>Occurrences:</strong> </p> 
+<p><strong>Expected value:</strong> </p>      
       <ul>
-<li>1</li> 
-      </ul>
-<p><strong>Attributes:</strong> </p> 
-               <ul>
-         <li><code>preview</code>
-         <p>Relative path to the preview image (available values: file name)</p>
-         <p>The image is shown on the home screen when the user tries to select the widget.</p></li>
-      </ul>
-
-<p><strong>Expected value:</strong> </p>     
-         <ul>
-         <li><code>2x2</code> (in mobile and wearable)</li>
-         <li><code>4x1</code> (in mobile only)</li>
-         <li><code>4x2</code> (in mobile only)</li>
-         <li><code>4x3</code> (in mobile only)</li>
-      <li><code>4x4</code> (in mobile only)</li>
+<li><code>true</code></li> 
       </ul>
 
 <p><strong>For example:</strong></p>
 <pre class="prettyprint">
-&lt;support-size preview=&quot;preview.png&quot;&gt;2x2&lt;/support-size&gt;
+&lt;feature name=&quot;http://tizen.org/feature/camera&quot;&gt;true&lt;/privilege&gt;
+&lt;feature name=&quot;http://tizen.org/feature/fmradio&quot;&gt;true&lt;/privilege&gt;
 </pre>
-
-
-<h3 id="watch_app">&lt;watch-application&gt; Element</h3>
-  <p>This element contains the settings for the watch application.</p>
-   <p>For more information on the relationship between the elements, see the <a href="#hierarchy">element hierarchy</a>.</p>
-   <p><strong>Occurrences:</strong> </p>
-   <ul>
-                  <li>1 (optional)</li>
-   </ul>
-   <p><strong>Expected children:</strong> </p>
-   <table border="1"><tbody>
-   <tr>
-                  <th width="50%">Child element</th>
-                  <th>Occurrences</th>
-   </tr>
-   <tr>
-                  <td><code><a href="#watch_icon">&lt;icon&gt;</a></code></td>
-                  <td>1</td>
-   </tr>
-   <tr>
-                  <td><code><a href="#watch_label">&lt;label&gt;</a></code></td>
-                  <td>1</td>
-   </tr>
-
-   </tbody></table>
-   <p><strong>Attributes:</strong> </p>
-   <ul>
-                  <li><code>appid</code>
-                  <p>Watch application unique ID (string)</p></li>
-                  <li><code>exec</code>
-                  <p>Watch application executable file path (string)</p></li>
-                  <li><code>ambient-support</code>
-                  <p>Indicates whether the application draws the ambient mode UI itself (available values: <code>true</code>, <code>false</code>)</p>
-                  <p>If the value is <code>false</code>, the system default ambient mode UI is shown when the devices enters the ambient mode.</p></li>
-   </ul>
-
-<pre class="prettyprint">
-&lt;watch-application appid=&quot;org.tizen.watchsample&quot; exec=&quot;watchsample&quot;&nbsp;ambient-support=&quot;true&quot;&gt;
-&nbsp;&nbsp;&nbsp;&lt;icon&gt;.....&lt;/icon&gt;
-&nbsp;&nbsp;&nbsp;&lt;label&gt;.....&lt;/label&gt;
-&lt;/watch-application&gt;
-</pre>
-<h4 id="watch_icon">&lt;icon&gt; Element</h4>
-  <p>This element contains the watch application icon image.</p>
-       <p><strong>Occurrences:</strong> </p>
-       <ul>
-                  <li>1</li>
-       </ul>
-
-       <p><strong>Expected value:</strong> </p>
-       <ul>
-                  <li>Icon file name</li>
-       </ul>
-<pre class="prettyprint">
-&lt;icon&gt;watchsample.png&lt;/icon&gt;
-</pre>
-<h4 id="watch_label">&lt;label&gt; Element</h4>
-  <p>This element contains the watch application text.</p>
-   <p><strong>Occurrences:</strong> </p>
-   <ul>
-                  <li>1</li>
-   </ul>
-
-   <p><strong>Expected value:</strong> </p>
-   <ul>
-                  <li>Label value in string</li>
-   </ul>
-
-      <p><strong>For example:</strong></p>
-
-<pre class="prettyprint">
-&lt;label&gt;watchsample&lt;/label&gt;
-</pre>
-
                
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../scripts/showhide.js"></script>
index eecf783..de398e1 100644 (file)
 </li>
 
   <li>Add the background category type (since Tizen 2.4). <p>You can <a href="../../../../org.tizen.guides/html/native/app_management/efl_ui_app_n.htm#bg-category">describe the background category</a> of your Tizen native application.</p> <p>To add background category types to allow running on the background, click <strong>+</strong> in the <strong>Background Category</strong> panel, select the category type, and click <strong>OK</strong>.</p> </li>
+
+  <li>Add shortcuts. <p>To add a shortcut for the application, click <strong>+</strong> in the <strong>Shortcut List</strong> panel and define the shortcut details, as described in the following table.</p>
   
-  <li>Add shortcuts. <p>To add a shortcut for the application, click <strong>+</strong> in the <strong>Shortcut List</strong> panel, define the shortcut details, and click <strong>OK</strong>.</p> </li>
+<p align="center" class="Table"><strong>Table: Shortcut properties</strong></p>
+<table>
+       <tbody>
+               <tr>
+                       <th>Shortcut property</th>
+                       <th>Data type</th>
+                       <th>Property type</th>
+               </tr>
+               <tr>
+                       <td>App ID</td>
+                       <td><code>String</code></td>
+                       <td>Application unique ID.</td>
+               </tr>
+               <tr>
+                       <td>Key</td>
+                       <td><code>String</code></td>
+                       <td>Key for user content.</td>
+               </tr>
+               <tr>
+                       <td>Data</td>
+                       <td><code>String</code></td>
+                       <td>Data for user content.</td>
+               </tr>
+               <tr>
+                       <td>Default label</td>
+                       <td><code>String</code></td>
+                       <td>Display name of the shortcut.</td>
+               </tr>
+               <tr>
+                       <td>Icon</td>
+                       <td><code>String</code></td>
+                       <td>File path of the shortcut icon.
+                       <p>This is a mandatory property.</p></td>
+               </tr>
+               <tr>
+                       <td>Name</td>
+                       <td><code>String</code></td>
+                       <td><p>Localization support for the display name.</p>
+<p>To add a localized name, click <strong>+</strong> in the <strong>Name</strong> panel, select the language, define the display name for that language, and click <strong>OK</strong>.</p></td>
+               </tr>
+               
+       </tbody>
+</table>       
+  </li>
   </ul>
 
 <h3 id="source" name="source">Editing the tizen-manifest.xml File in the Source Tab</h3>