[Filesystem] Removed ringtones virtual root on tv profile 43/129643/4
authorPiotr Kosko <p.kosko@samsung.com>
Wed, 17 May 2017 08:40:58 +0000 (10:40 +0200)
committerTomasz Marciniak <t.marciniak@samsung.com>
Thu, 18 May 2017 13:18:43 +0000 (15:18 +0200)
PS3: Guide change reviewed

Change-Id: I6e9549cea1c76c80dcb4fc90dcd63eda27c20c55
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
org.tizen.guides/html/web/data/file_system_w.htm
org.tizen.web.apireference/html/device_api/tv/tizen/filesystem.html

index a796518..a58c33c 100644 (file)
@@ -324,6 +324,10 @@ for (var i = 0; i &lt; files.length; i++)
      <th>Description</th>
     </tr>
     <tr>
+     <td><code>camera</code></td>
+     <td>Location for storing pictures and videos taken by a device (supported since Tizen 2.3).</td>
+    </tr>
+    <tr>
      <td><code>documents</code></td>
      <td>Location for storing documents.</td>
     </tr>
@@ -340,12 +344,13 @@ for (var i = 0; i &lt; files.length; i++)
      <td>Location for storing audio files.</td>
     </tr>
     <tr>
-     <td><code>removable</code></td>
-     <td>Location for the removable storage.</td>
-    </tr>
-    <tr>
      <td><code>ringtones</code></td>
-     <td>Location for ringtones (read-only location).</td>
+     <td>Location for ringtones (read-only location).
+       <div class="note">
+       <strong>Note</strong>
+       The <code>ringtones</code> virtual root is not supported on TV devices.
+       </div>
+     </td>
     </tr>
     <tr>
      <td><code>videos</code></td>
@@ -390,4 +395,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script>
 
 </body>
-</html>
\ No newline at end of file
+</html>
index 4c77b50..7b80367 100644 (file)
@@ -41,8 +41,6 @@ documents - the location for documents          </li>
           <li>
 downloads - the location for downloaded items           </li>
           <li>
-ringtones - the location for ringtones (read-only location)           </li>
-          <li>
 camera - the location for the pictures and videos taken by a device (supported since Tizen 2.3)           </li>
           <li>
 wgt-package - the location for widget package which is read-only          </li>
@@ -461,8 +459,6 @@ videos - The default folder in which video clips (in formats including avi, mp4,
               <li>
 downloads - The default folder in which downloaded files (from sources including browser, e-mail client, etc.) are stored by default in the device. For example, in some platforms it corresponds to the "Downloads" folder.              </li>
               <li>
-ringtones: The default folder in which ringtones (such as mp3, etc) are stored in the device.              </li>
-              <li>
 camera : The default folder in which pictures and videos taken by a device are stored.              </li>
               <li>
 wgt-package - The read-only folder to which the content of a widget file is extracted.              </li>
@@ -481,7 +477,7 @@ The ErrorCallback is launched with these error types:
             <ul>
               <li>
 InvalidValuesError - If any of the input parameters contain an invalid value.
-For example, the mode is "w" for the read-only virtual roots (wgt-package and ringtones).              </li>
+For example, the mode is "w" for the read-only virtual root (wgt-package).              </li>
               <li>
 NotFoundError - If the location input argument does not correspond to a valid location.              </li>
               <li>