[system-info] add a system info key for internet access
authorTaeyoung Kim <ty317.kim@samsung.com>
Wed, 5 Aug 2015 01:49:13 +0000 (10:49 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Wed, 5 Aug 2015 02:33:50 +0000 (11:33 +0900)
Change-Id: I1208550db88f6b9eca6c26a37e9cb259c19d2bfd
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
org.tizen.guides/html/native/system/sysinfo_n.htm

index 2addb7f..0672fd7 100644 (file)
         <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports Bluetooth Object Push Profile (OPP).</td>
     </tr>
        <tr>
+       <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/network.internet</span></td>
+     <td><span style="font-family: Courier New,Courier,monospace">bool</span></td>
+        <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports internet access.</td>
+    </tr>
+       <tr>
        <td><span style="font-family: Courier New,Courier,monospace">http://tizen.org/feature/network.nfc</span></td>
      <td><span style="font-family: Courier New,Courier,monospace">bool</span></td> 
         <td>The platform returns <span style="font-family: Courier New,Courier,monospace">true</span> for this key, if the device supports Adapter and NDEF APIs which require Near Field Communication (NFC).</td>