Fix profile info for Profile feature key 33/126433/2
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 21 Apr 2017 10:50:15 +0000 (13:50 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Thu, 27 Apr 2017 09:14:13 +0000 (12:14 +0300)
This is a manual cherry-pick from the tizen_3.0 branch (#124750).

PS2: Rebase

Change-Id: Ie68fe2b9840088421bd4f894169e0f56c5a85354

org.tizen.guides/html/native/device/system_n.htm

index d392063..0ad2758 100644 (file)
@@ -434,7 +434,7 @@ func(void)
        <tr>
        <td><code>http://tizen.org/feature/input.keyboard.layout</code></td>
      <td><code>String</code></td>
-        <td>The platform returns the keyboard layout (such as <code>qwerty</code>) supported by the built-in keyboard for this key and returns <code>true</code> for the <code>http://tizen.org/feature/input.keyboard</code> key.
+        <td>The platform returns the keyboard layout (such as <code>"qwerty"</code>) supported by the built-in keyboard for this key and returns <code>true</code> for the <code>http://tizen.org/feature/input.keyboard</code> key.
        <p>If the device does not provide a built-in keyboard, the  platform returns an empty string for this key and returns <code>false</code> for the <code>http://tizen.org/feature/input.keyboard</code> key.</p></td>
     </tr>
     <tr>
@@ -1041,7 +1041,7 @@ the Tizen reference implementation.</td>
     <tr>
        <td><code>http://tizen.org/feature/profile</code></td>
      <td><code>String</code></td>
-        <td>The platform returns a compliant device profile (such as <code>mobile-full</code>) for this key.</td>
+        <td>The platform returns a compliant device profile (such as <code>"mobile"</code> or <code>"wearable"</code>) for this key.</td>
     </tr>
    </tbody>
   </table>
@@ -1595,7 +1595,7 @@ the Tizen reference implementation.</td>
        <tr>
         <td><code>http://tizen.org/system/build.type</code></td>
         <td><code>String</code></td>
-        <td>The platform returns the build type, such as "user" or "eng". The build type is made when the platform image is created. </td>
+        <td>The platform returns the build type, such as <code>"user"</code> or <code>"eng"</code>. The build type is made when the platform image is created. </td>
        </tr>
        <tr>
         <td><code>http://tizen.org/system/build.variant</code></td>