Update 4.0-specific Training content 76/154176/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Mon, 9 Oct 2017 09:44:03 +0000 (12:44 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Mon, 9 Oct 2017 09:49:11 +0000 (12:49 +0300)
The point of this change is to perform quality improvements and
consistency fixes to content specific to the tizen branch.

It also contains a few fixes that have been made in the
tizen_3.0 branch, but have been overlooked in cherry-picks.

Change-Id: If1e75682234f5d07243468635bcc6904c97607bf

org.tizen.training/html/native/details/app_filtering_n.htm
org.tizen.training/html/native/details/sec_privileges_n.htm
org.tizen.training/html/web/details/tizen_apis_w.htm

index 1bd1d74..110a0e0 100644 (file)
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/network.bluetooth.audio.call</code></td>
-     <td>Specify this key, if the application requires the Bluetooth Handsfree feature (HFP).</td>
+     <td>Specify this key, if the application requires the Bluetooth hands-free feature (HFP).</td>
         <td>2.3</td>
     </tr>
 <tr>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/network.ethernet</code></td>
-     <td>Specify this key, if the application requires the ethernet connection.</td>
+     <td>Specify this key, if the application requires the Ethernet connection.</td>
         <td>2.4</td>
     </tr>
 <tr>
 <tr>
 <td><code>http://tizen.org/feature/opengles.version.1_1</code></td>
      <td>Specify this key, if the application requires OpenGL&reg; ES version 1.1 at minimum.
-        <p>You can specify at most 1 openGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
+        <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
        </td>
        <td>2.2.1</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/opengles.version.2_0</code></td>
      <td>Specify this key, if the application requires OpenGL&reg; ES version 2.0.
-        <p>You can specify at most 1 openGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
+        <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
        </td>
        <td>2.2.1</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/opengles.version.3_0</code></td>
      <td>Specify this key, if the application requires OpenGL&reg; ES version 3.0.
-        <p>You can specify at most 1 openGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
+        <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
        </td>
        <td>2.4</td>
     </tr>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/network.bluetooth.audio.call</code></td>
-     <td>Specify this key, if the application requires the Bluetooth Handsfree feature (HFP).</td>
+     <td>Specify this key, if the application requires the Bluetooth hands-free feature (HFP).</td>
         <td>2.3</td>
     </tr>
 <tr>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/network.ethernet</code></td>
-     <td>Specify this key, if the application requires the ethernet connection.</td>
+     <td>Specify this key, if the application requires the Ethernet connection.</td>
         <td>2.4</td>
     </tr>
 <tr>
 <tr>
 <td><code>http://tizen.org/feature/opengles.version.1_1</code></td>
      <td>Specify this key, if the application requires OpenGL&reg; ES version 1.1 at minimum.
-        <p>You can specify at most 1 openGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
+        <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
 </td>
        <td>2.2.1</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/opengles.version.2_0</code></td>
      <td>Specify this key, if the application requires OpenGL&reg; ES version 2.0.
-        <p>You can specify at most 1 openGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
+        <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
 </td>
        <td>2.2.1</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/opengles.version.3_0</code></td>
      <td>Specify this key, if the application requires OpenGL&reg; ES version 3.0.
-        <p>You can specify at most 1 openGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
+        <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
        </td>
        <td>2.4</td>
     </tr>
index 76fdd38..4f8ea33 100644 (file)
@@ -43,7 +43,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 
   <div class="note">
         <strong>Note</strong>
-        <p>In applications with the platform version 3.0 or higher, if you use privacy-related privileged APIs, make sure that the user has switched the privilege on before making the function call. Otherwise, the application does not work as expected.</p>
+        In applications with the platform version 3.0 or higher, if you use privacy-related privileged APIs, make sure that the user has switched the privilege on before making the function call. Otherwise, the application does not work as expected.
         <p>Since Tizen 4.0, the status of privacy-related privileges can be <a href="../../../../org.tizen.guides/html/native/security/requesting_permissions_n.htm">resolved at runtime</a> using the Privacy Privilege Manager API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__SECURITY__FRAMEWORK__PRIVACY__PRIVILEGE__MANAGER__MODULE.html">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__SECURITY__FRAMEWORK__PRIVACY__PRIVILEGE__MANAGER__MODULE.html">wearable</a> applications).</p>
     </div>
 
index fb1327a..254bb72 100644 (file)
@@ -96,7 +96,7 @@
     </tr>
        <tr>
      <td>Messaging</td>
-     <td>This API contains classes and interfaces that enable you to manage SMS, MMS, and email messages.
+     <td>These APIs contain classes and interfaces that enable you to manage SMS, MMS, and email messages.
         <p>You can send and receive messages, and receive push notifications from a push server.</p></td>
      <td>
       <ul>
     </tr>
        <tr>
      <td>Security</td>
-     <td>These APIs contain classes and interfaces that enable you to manage secure keys in your application.
+     <td>This API contains classes and interfaces that enable you to manage secure keys in your application.
         <p>You can use security functionalities, such as storing and recalling private data.</p></td>
      <td>
       <ul>
     </tr>
    <tr>
      <td>Messaging</td>
-     <td>These APIs contain classes and interfaces that enable you to manage push messaging.
+     <td>This API contains classes and interfaces that enable you to manage push messaging.
         <p>You can receive push notifications from a push server.</p></td>
       <td>
        <ul>
     </tr>
        <tr>
      <td>Security</td>
-     <td>These APIs contain classes and interfaces that enable you to manage secure keys in your application.
+     <td>This API contains classes and interfaces that enable you to manage secure keys in your application.
         <p>You can use security functionalities, such as storing and recalling private data.</p></td>
      <td>
       <ul>