[Systeminfo] Clarification about storage capacity attributes 00/172900/1 tizen_2.4
authorPawel Kaczmarczyk <p.kaczmarczy@samsung.com>
Fri, 16 Mar 2018 14:57:26 +0000 (15:57 +0100)
committerPawel Kaczmarczyk <p.kaczmarczy@samsung.com>
Fri, 16 Mar 2018 15:17:50 +0000 (16:17 +0100)
Change-Id: I3b542313c4f8cf9a616d483a29786bd5d89797e6
Signed-off-by: Pawel Kaczmarczyk <p.kaczmarczy@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/systeminfo.html
org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo.html

index 12049ac..8003061 100755 (executable)
@@ -2342,7 +2342,7 @@ MMC              </li>
 <li class="attribute" id="SystemInfoStorageUnit::capacity">
 <span class="attrName"><span class="readonly">                readonly
 </span><span class="type">unsigned long long </span><span class="name">capacity</span></span><div class="brief">
- The amount of data that this device can hold, in bytes.
+ The total amount of space available on the user's storage (excluding system-reserved), in bytes.
             </div>
 <p><span class="version">
             Since: </span>
@@ -2352,7 +2352,7 @@ MMC              </li>
 <li class="attribute" id="SystemInfoStorageUnit::availableCapacity">
 <span class="attrName"><span class="readonly">                readonly
 </span><span class="type">unsigned long long </span><span class="name">availableCapacity</span></span><div class="brief">
- The amount of available data that this device can hold, in bytes.
+ The amount of space currently available on the user's storage, in bytes.
             </div>
 <p><span class="version">
             Since: </span>
index ef84cbb..eec8120 100644 (file)
@@ -2269,7 +2269,7 @@ MMC              </li>
 <li class="attribute" id="SystemInfoStorageUnit::capacity">
 <span class="attrName"><span class="readonly">                readonly
 </span><span class="type">unsigned long long </span><span class="name">capacity</span></span><div class="brief">
- The amount of data that this device can hold, in bytes.
+ The total amount of space available on the user's storage (excluding system-reserved), in bytes.
             </div>
 <p><span class="version">
             Since: </span>
@@ -2279,7 +2279,7 @@ MMC              </li>
 <li class="attribute" id="SystemInfoStorageUnit::availableCapacity">
 <span class="attrName"><span class="readonly">                readonly
 </span><span class="type">unsigned long long </span><span class="name">availableCapacity</span></span><div class="brief">
- The amount of available data that this device can hold, in bytes.
+ The amount of space currently available on the user's storage, in bytes.
             </div>
 <p><span class="version">
             Since: </span>