Add watch_app feature detail 09/155309/3
authorSukHyung, Kang <shine.kang@samsung.com>
Fri, 13 Oct 2017 01:57:19 +0000 (10:57 +0900)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Fri, 13 Oct 2017 06:42:33 +0000 (09:42 +0300)
PS2: Reviewed
PS3: Added missing html tag.

Change-Id: Iadeda0b5da9e9c4a471996274c0222b03ca21e88
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
org.tizen.training/html/native/details/app_filtering_n.htm
org.tizen.training/html/web/details/app_filtering_w.htm

index 4b35999..85da93f 100644 (file)
      <td>Specify this key, if the application requires the QR code recognition feature.</td>
         <td>2.2.1</td>
     </tr>
+<tr>
+<td><code>http://tizen.org/feature/watch_app</code></td>
+     <td>Specify this key, if the application requires the watch application feature.</td>
+         <td>4.0</td>
+    </tr>
 </tbody>
 </table>
 
index 363db97..d2dbacc 100644 (file)
      <td>Specify this key, if the application requires a wrist up sensor.</td>
         <td>2.3</td>
     </tr>
+<tr>
+<td><code>http://tizen.org/feature/watch_app</code></td>
+     <td>Specify this key, if the application requires the watch application feature.</td>
+         <td>4.0</td>
+    </tr>
 </tbody>
 </table>
 <p>* This key has been available for checking device capabilities since Tizen 2.3. It is recommended for application filtering purposes since Tizen 4.0.</p>