</tr>
<tr>
<td style="border:none;"> </td>
- <td colspan="3" style="border:none;"><code><a href="#mw_trust-anchor"><tizen:trust-anchor></a></code> (in mobile only)</td>
+ <td colspan="3" style="border:none;"><code><tizen:trust-anchor></code> (in <a href="#mw_trust-anchor">mobile</a> or <a href="#ww_trust-anchor">wearable</a>)</td>
</tr>
</tbody>
</table>
</tr>
</tbody></table>
- <h3 id="ww_setting" name="ww_setting">Tizen Settings</h3>
-<table>
-<tbody>
-<tr>
- <th><tizen:setting/> element</th>
-</tr>
- <tr>
- <td>Used to define additional application settings.
- <p><strong>Occurrences:</strong> </p>
- <ul>
- <li>0 or more</li>
- </ul>
- <p><strong>Attributes:</strong> </p>
- <ul>
-
- <li><code>background-support</code>
- <p>Optional; application execution continues when it is moved to the background (available values: <code>enable</code> (execution continues in the background), <code>disable</code> (default; application is suspended))</p>
-<div class="note">
- <strong>Note</strong>
- Since Tizen 2.4, the system manages background processes more tightly. Even if the <code>background-support</code> attribute is set to <code>enable</code>, a Web application process can be suspended in the background. To guarantee that the application runs in the background, <a href="#ww_bg_category">add at least one background category</a> for the application with the <code><tizen:background-category></code> element. Only the background categories declared in the system can be used.
-</div>
- </li>
- <li><code>context-menu</code> <p>Optional; sets whether the context menu is shown (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the context menu is visible to the user.</p></li>
- <li><code>encryption</code> <p>Optional; sets whether Web application resources are encrypted (available values: <code>enable</code>, <code>disable</code> (default))</p><p>If this option is enabled, the application resources (HTML, JS and CSS files) are encrypted.</p></li>
- <li><code>screen-orientation</code> <p>Optional; sets whether it locks the orientation of the Web application (available values: <code>portrait</code> (default), <code>landscape</code>, <code>auto-rotation</code>)</p>
- <ul><li><code>portrait</code> or <code>landscape</code>: orientation is locked to portrait or landscape respectively</li>
- <li><code>auto-rotation</code>: follows the device orientation setting</li></ul>
- </li>
- <li><code>install-location</code> <p>Optional; application installation location (available values: <code>auto</code> (default), <code>internal-only</code>, <code>prefer-external</code>)</p>
- <ul>
- <li><code>auto</code>: the system defines the installation location</li>
- <li><code>internal-only</code>: the application is installed in the device's internal storage</li>
- <li><code>prefer-external</code>: the application is installed in the external storage (if available)</li>
- </ul>
- </li>
-
- <li><code>hwkey-event</code> <p>Optional; a hardware key event is sent to the Web application when the user presses the hardware key (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the <code>tizenhwkey</code> custom event is sent to the Web application. The <code>tizenhwkey</code> event object has a <code>keyName</code> attribute (available value: <code>back</code>).</p></li>
-
- </ul><p><strong>Example:</strong> </p>
-<pre class="prettyprint">
-<tizen:setting background-support="enable"/>
-<tizen:setting context-menu="disable"/>
-<tizen:setting encryption="enable"/>
-<tizen:setting screen-orientation="landscape"/>
-<tizen:setting install-location="internal-only"/>
-<tizen:setting hwkey-event="enable"/>
-</pre>
- </td>
- </tr>
- </tbody></table>
-
<h3 id="ww_service" name="ww_service">Tizen Service</h3>
<table>
<tbody>
</tr>
</tbody></table>
+ <h3 id="ww_setting" name="ww_setting">Tizen Settings</h3>
+<table>
+<tbody>
+<tr>
+ <th><tizen:setting/> element</th>
+</tr>
+ <tr>
+ <td>Used to define additional application settings.
+ <p><strong>Occurrences:</strong> </p>
+ <ul>
+ <li>0 or more</li>
+ </ul>
+ <p><strong>Attributes:</strong> </p>
+ <ul>
+
+ <li><code>background-support</code>
+ <p>Optional; application execution continues when it is moved to the background (available values: <code>enable</code> (execution continues in the background), <code>disable</code> (default; application is suspended))</p>
+<div class="note">
+ <strong>Note</strong>
+ Since Tizen 2.4, the system manages background processes more tightly. Even if the <code>background-support</code> attribute is set to <code>enable</code>, a Web application process can be suspended in the background. To guarantee that the application runs in the background, <a href="#ww_bg_category">add at least one background category</a> for the application with the <code><tizen:background-category></code> element. Only the background categories declared in the system can be used.
+</div>
+ </li>
+ <li><code>context-menu</code> <p>Optional; sets whether the context menu is shown (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the context menu is visible to the user.</p></li>
+ <li><code>encryption</code> <p>Optional; sets whether Web application resources are encrypted (available values: <code>enable</code>, <code>disable</code> (default))</p><p>If this option is enabled, the application resources (HTML, JS and CSS files) are encrypted.</p></li>
+ <li><code>screen-orientation</code> <p>Optional; sets whether it locks the orientation of the Web application (available values: <code>portrait</code> (default), <code>landscape</code>, <code>auto-rotation</code>)</p>
+ <ul><li><code>portrait</code> or <code>landscape</code>: orientation is locked to portrait or landscape respectively</li>
+ <li><code>auto-rotation</code>: follows the device orientation setting</li></ul>
+ </li>
+ <li><code>install-location</code> <p>Optional; application installation location (available values: <code>auto</code> (default), <code>internal-only</code>, <code>prefer-external</code>)</p>
+ <ul>
+ <li><code>auto</code>: the system defines the installation location</li>
+ <li><code>internal-only</code>: the application is installed in the device's internal storage</li>
+ <li><code>prefer-external</code>: the application is installed in the external storage (if available)</li>
+ </ul>
+ </li>
+
+ <li><code>hwkey-event</code> <p>Optional; a hardware key event is sent to the Web application when the user presses the hardware key (available values: <code>enable</code> (default), <code>disable</code>)</p><p>If this option is enabled, the <code>tizenhwkey</code> custom event is sent to the Web application. The <code>tizenhwkey</code> event object has a <code>keyName</code> attribute (available value: <code>back</code>).</p></li>
+
+ </ul><p><strong>Example:</strong> </p>
+<pre class="prettyprint">
+<tizen:setting background-support="enable"/>
+<tizen:setting context-menu="disable"/>
+<tizen:setting encryption="enable"/>
+<tizen:setting screen-orientation="landscape"/>
+<tizen:setting install-location="internal-only"/>
+<tizen:setting hwkey-event="enable"/>
+</pre>
+ </td>
+ </tr>
+ </tbody></table>
+
+ <h3 id="ww_trust-anchor" name="ww_trust-anchor">Tizen Trust-anchor</h3>
+<table>
+<tbody>
+<tr>
+ <th><tizen:trust-anchor/> element</th>
+</tr>
+ <tr>
+ <td>Used to assign your own SSL root certificates for the application's HTTPS communication.
+ <p><strong>Occurrences:</strong> </p>
+ <ul>
+ <li>0 or 1</li>
+ </ul>
+ <p><strong>Attributes:</strong> </p>
+ <ul>
+ <li><code>use-system-certs</code><p> Mandatory; indicates whether system certificates are used (available values: <code>true</code>, <code>false</code>)</p></li>
+ </ul><p><strong>Example:</strong> </p>
+<pre class="prettyprint">
+<tizen:trust-anchor use-system-certs="false"/>
+</pre>
+ </td>
+ </tr>
+ </tbody></table>
+
<script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>