Unmerge table cells in Training 41/149841/2
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 13 Sep 2017 07:52:04 +0000 (10:52 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Wed, 13 Sep 2017 09:15:42 +0000 (12:15 +0300)
This is a manual cherry pick from change #149031 in the tizen_3.0
branch.

Also synched table information with tizen_3.0.

PS2: Added some missed cherry picks.

Change-Id: Ifc4bd34109d125f63af669da809f80ce5a8874f2

org.tizen.training/html/native/app_model/application_model_n.htm
org.tizen.training/html/native/details/app_filtering_n.htm
org.tizen.training/html/native/details/io_overview_n.htm
org.tizen.training/html/native/details/sec_privileges_n.htm
org.tizen.training/html/native/process/setting_properties_n.htm
org.tizen.training/html/web/app_model/application_model_w.htm
org.tizen.training/html/web/details/sec_privileges_w.htm
org.tizen.training/html/web/details/web_runtime_w.htm
org.tizen.training/html/web/process/setting_properties_w.htm

index ca0a85c..dd843f8 100644 (file)
@@ -152,58 +152,94 @@ uid(root, app) is applied to directories and files.</p></li>
 </tr>
 <tr>
  <td><code>bin</code></td>
- <td rowspan="8">Directory</td>
+ <td>Directory</td>
  <td>root:root</td>
- <td rowspan="13">rwxr-xr-x</td>
- <td rowspan="4">{PackageId}<sup>1</sup></td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}<sup>1</sup></td>
 </tr>
 <tr>
  <td><code>data</code></td>
+ <td>Directory</td>
  <td>app:app</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 <tr>
  <td><code>lib</code></td>
- <td rowspan="3">root:root</td>
+ <td>Directory</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 <tr>
  <td><code>res</code></td>
+ <td>Directory</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 <tr>
  <td><code>shared</code></td>
- <td>_</td>
+ <td>Directory</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>-</td>
 </tr>
 <tr>
  <td><code>shared/data</code></td>
+ <td>Directory</td>
  <td>app:app</td>
+ <td>rwxr-xr-x</td>
  <td>{Random}<sup>2</sup>, transmute</td>
 </tr>
 <tr>
  <td><code>shared/res</code></td>
+ <td>Directory</td>
  <td>root:root</td>
- <td>_</td>
+ <td>rwxr-xr-x</td>
+ <td>-</td>
 </tr>
 <tr>
  <td><code>shared/trusted</code></td>
+ <td>Directory</td>
  <td>app:app</td>
+ <td>rwxr-xr-x</td>
  <td>{Cert Hash}<sup>3</sup>, transmute</td>
 </tr>
 <tr>
  <td><code>author-signature.xml</code></td>
- <td rowspan="5">File</td>
- <td rowspan="5">root:root</td>
- <td rowspan="5">{PackageId}</td>
+ <td>File</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 <tr>
  <td><code>signature1.xml</code></td>
+ <td>File</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 <tr>
  <td><code>signature2.xml</code></td>
+ <td>File</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 <tr>
  <td><code>signatureN.xml</code></td>
+ <td>File</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 <tr>
  <td><code>tizen-manifest.xml</code></td>
+ <td>File</td>
+ <td>root:root</td>
+ <td>rwxr-xr-x</td>
+ <td>{PackageId}</td>
 </tr>
 </tbody>
 </table>
index 2dbba76..5e499a2 100644 (file)
      <td>Specify this key, if the application requires OpenGL&reg; ES version 3.1.
         <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
        </td>
-       <td rowspan="2">4.0</td>
+       <td>4.0</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/opengles.version.3_2</code></td>
      <td>Specify this key, if the application requires OpenGL&reg; ES version 3.2.
         <p>You can specify at most 1 OpenGL&reg; ES version. If you specify multiple versions, only the highest one is considered.</p>
        </td>
+       <td>4.0</td>
     </tr>
 <tr>
 <td><code>http://tizen.org/feature/platform.core.cpu.arch.armv7</code></td>
index 0bf79cf..3affc98 100644 (file)
 <tr>
  <td><code>Images</code></td>
  <td>Used for Image data.</td>
- <td rowspan='7'>Read and Write</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Sounds</code></td>
  <td>Used for Sound data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Videos</code></td>
  <td>Used for Video data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Cameras</code></td>
  <td>Used for Camera pictures.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Downloads</code></td>
  <td>Used for Downloaded data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Music</code></td>
  <td>Used for Music data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Documents</code></td>
  <td>Used for Documents.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>System Ringtones</code></td>
 <tr>
  <td><code>Images</code></td>
  <td>Used for Image data.</td>
- <td rowspan='8'>Read and Write</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Sounds</code></td>
  <td>Used for Sound data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Videos</code></td>
  <td>Used for Video data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Cameras</code></td>
- <td>Used for Camera pictures.
- </td>
+ <td>Used for Camera pictures.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Downloads</code></td>
  <td>Used for Downloaded data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Music</code></td>
  <td>Used for Music data.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Documents</code></td>
- <td>Used for Documents.
- </td>
+ <td>Used for Documents.</td>
+ <td>Read and Write</td>
 </tr>
 <tr>
  <td><code>Others</code></td>
  <td>Used for other types.</td>
+ <td>Read and Write</td>
 </tr>
 </tbody>
 </table>
index 4771e68..6728dde 100644 (file)
@@ -78,35 +78,35 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/alarm.get</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can read information about the saved alarms.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/alarm.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can set alarms and wake the device up at scheduled times.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/antivirus.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can enable or disable antivirus programs and manage detected malware.</td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/antivirus.scan</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can request to scan files in other applications or on the device to detect harmful content.</td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/antivirus.webprotect</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can check the reputation of a Web address and determine whether accessing it can put the user's device at risk.</td>
 </tr>
@@ -120,35 +120,35 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/appmanager.kill</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can close other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/appmanager.kill.bgapp</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can request to close applications running in the background.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/appmanager.launch</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can open other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/bluetooth</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can perform unrestricted actions using Bluetooth, such as scanning for and connecting to other devices.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/bluetooth.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can change Bluetooth settings, such as switching Bluetooth on or off, setting the device name, and enabling or disabling the AV remote control.</td>
 </tr>
@@ -218,182 +218,182 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/content.write</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can change media information. This information can be used by other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/d2d.datasharing</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can share data with other devices.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/datasharing</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can share data with other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/display</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can manage display settings, such as the brightness. This can increase battery consumption.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/download</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can manage HTTP downloads. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.bluetooth</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict Bluetooth connections. This can prevent applications that use Bluetooth from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.browser</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can prevent the use of browser applications. This can prevent applications that use browser applications from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.camera</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of the camera. This can prevent applications that use the camera from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.clipboard</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of the clipboard. This can prevent applications that use the clipboard from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.debugging</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of debugging. This can prevent applications that use debugging from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.email</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict POP and IMAP email access. This can prevent applications that use email services from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.location</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of location functions. This can prevent applications that use location functions from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.lock</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can lock the device.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.message</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of text, multimedia, and chat messaging services. This can prevent applications that use messaging services from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.microphone</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of the microphone. This can prevent applications that use the microphone from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.password</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can manage password policies and reset the passwords used to unlock the device and recover data.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.security</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can change security settings, such as those for certificate installation, data encryption, and factory data resets.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.storage</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can prevent the use of external storages, such as SD cards and USB storage devices. This can prevent applications that use external storage from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.usb</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can prevent USB connections, including the use of USB tethering. This can prevent applications that use USB connections from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.wifi</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of Wi-Fi networks and mobile hotspots. If the device cannot connect to a Wi-Fi network, it can connect to a mobile network. This can result in additional charges depending on the user's payment plan.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.wipe</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can erase all data from the user's device and reset the user's device to its factory default settings.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.zone</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can create and remove containers. Containers are private workspaces which provide separate application runtime environments and data storage.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/email</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can manage the user's email accounts, including the user's folders and emails, POP3 and IMAP downloads, and SMTP uploads. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/email.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can manage the email application settings.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/fido.client</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can trigger authenticators on the user's device and it can request to use the user's PIN or biometrics (fingerprints or irises) for authentication.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/haptic</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can control vibration feedback.</td>
 </tr>
@@ -407,35 +407,35 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/ime</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can provide users with a way to enter characters and symbols into an associated text field.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/imemanager</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can manage installed input methods.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/inputgenerator</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can simulate keys being pressed and touch interactions with the screen.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/keygrab</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can read actions involving special keys, such as the volume keys on this or other devices (such as TV remote controls), even when it is running in the background.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/keymanager</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can save keys, certificates, and data to, and retrieve and delete them from, a password-protected storage. Checking the status of certificates while connected to a mobile network can result in additional charges depending on the user's payment plan.
 <p><strong>Deprecated since 3.0.</strong></p></td>
@@ -443,7 +443,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/keymanager.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can lock and unlock a password-protected storage, and manage password changes for it.
 <p><strong>Deprecated since 2.4.</strong></p></td>
@@ -451,7 +451,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/led</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can switch LEDs on or off, such as the LED on the front of the device and the camera flash.</td>
 </tr>
@@ -479,21 +479,21 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/mapservice</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can use map services, such as geocoding, places, and routing (directions).</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/mediacontroller.client</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can receive information about currently playing media from applications that are allowed to send it, and can control those applications remotely.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/mediacontroller.server</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can send information about currently playing media to applications that are allowed to receive it, and can be controlled remotely by those applications.</td>
 </tr>
@@ -521,7 +521,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/minicontrol.provider</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can show a small toolbar on the notification panel or lock screen while it is open.
 <p><strong>Deprecated since 3.0.</strong></p></td>
@@ -529,91 +529,91 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/network.get</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can retrieve network information, such as the status of each network, its type, and detailed network profile information.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/network.profile</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can add, remove, and edit network profiles.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/network.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can switch Wi-Fi on and off, and connect to and disconnect from Wi-Fi and mobile networks. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/nfc</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can read and write NFC tag information, and send NFC messages to other devices.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/nfc.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can change NFC settings, such as switching NFC on or off.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/nfc.cardemulation</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can access smart card details, such as credit card details, and allow users to make payments using NFC.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/notification</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can show and hide its own notifications and badges.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/packagemanager.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can install and uninstall application packages.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/packagemanager.clearcache</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.4</td>
 <td>The application can clear other applications' caches.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/packagemanager.info</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can retrieve detailed application package information.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/power</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can control power-related settings, such as dimming the screen.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/push</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can receive notifications from the Internet. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/reboot</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can restart the device.</td>
 </tr>
@@ -627,84 +627,84 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/screenshot</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can capture screenshots.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/secureelement</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can access secure smart card chips, such as UICC/SIM, embedded secure elements, and secure SD cards.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/shortcut</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can create and delete shortcuts.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/systemmonitor</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
  <td>2.4</td>
 <td>The application can read system information, including information from the CPU and RAM.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/systemsettings</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can read and write unrestricted system settings.<p><strong>Deprecated since 2.3.1.</strong></p></td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/systemsettings.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can read and write all system settings.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/telephony</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can retrieve telephony information, such as the network and SIM card used, the IMEI, and the status of calls.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/telephony.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can manage telephony settings, such as those for incoming and outgoing calls, forwarding and holding calls, networks, and SIM cards.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/tethering.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can enable and disable tethering services. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/use_ir</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can use the infrared transmitter.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/volume.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can adjust the volume for different features, such as notification alerts, ringtones, and media.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/vpnservice</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can manage the VPN (virtual private network) and change its settings.</td>
 </tr>
@@ -718,21 +718,21 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/widget.viewer</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can show widgets, and information from their associated applications, on the home screen.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/wifidirect</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can enable and disable Wi-Fi Direct&reg;, manage Wi-Fi Direct connections, and change Wi-Fi Direct settings.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/window.priority.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3</td>
 <td>The application can appear on top of other windows and screens, including the lock screen, according to the order of priority of the windows. This can prevent the user from interacting with other applications or screens until the window for the application is closed.</td>
 </tr>
@@ -766,70 +766,70 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/alarm.get</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can read information about the saved alarms.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/alarm.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can set alarms and wake the device up at scheduled times.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/antivirus.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can enable or disable antivirus programs and manage detected malware.</td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/antivirus.scan</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can request to scan files in other applications or on the device to detect harmful content.</td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/antivirus.webprotect</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can check the reputation of a Web address and determine whether accessing it can put the user's device at risk.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/appmanager.kill</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can close other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/appmanager.kill.bgapp</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can request to close applications running in the background.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/appmanager.launch</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can open other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/bluetooth</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can perform unrestricted actions using Bluetooth, such as scanning for and connecting to other devices.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/bluetooth.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can change Bluetooth settings, such as switching Bluetooth on or off, setting the device name, and enabling or disabling the AV remote control.</td>
 </tr>
@@ -878,175 +878,175 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/content.write</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can change media information. This information can be used by other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/d2d.datasharing</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can share data with other devices.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/datasharing</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can share data with other applications.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/display</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can manage display settings, such as the brightness. This can increase battery consumption.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/download</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can manage HTTP downloads. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.bluetooth</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict Bluetooth connections. This can prevent applications that use Bluetooth from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.browser</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can prevent the use of browser applications. This can prevent applications that use browser applications from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.camera</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of the camera. This can prevent applications that use the camera from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.clipboard</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of the clipboard. This can prevent applications that use the clipboard from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.debugging</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of debugging. This can prevent applications that use debugging from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.email</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict POP and IMAP email access. This can prevent applications that use email services from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.location</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of location functions. This can prevent applications that use location functions from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.lock</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can lock the device.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.message</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of text, multimedia, and chat messaging services. This can prevent applications that use messaging services from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.microphone</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of the microphone. This can prevent applications that use the microphone from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.password</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can manage password policies and reset the passwords used to unlock the device and recover data.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.security</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can change security settings, such as those for certificate installation, data encryption, and factory data resets.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.storage</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can prevent the use of external storages, such as SD cards and USB storage devices. This can prevent applications that use external storage from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.usb</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can prevent USB connections, including the use of USB tethering. This can prevent applications that use USB connections from working properly.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.wifi</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can restrict the use of Wi-Fi networks and mobile hotspots. If the device cannot connect to a Wi-Fi network, it can connect to a mobile network. This can result in additional charges depending on the user's payment plan.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.wipe</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can erase all data from the user's device and reset the user's device to its factory default settings.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr class="partner-level">
 <td><code>http://tizen.org/privilege/dpm.zone</code></td>
 <td>partner</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can create and remove containers. Containers are private workspaces which provide separate application runtime environments and data storage.<p><strong>Allowed to licensed partners.</strong></p></td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/email</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can manage the user's email accounts, including the user's folders and emails, POP3 and IMAP downloads, and SMTP uploads. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/fido.client</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can trigger authenticators on the user's device and it can request to use the user's PIN or biometrics (fingerprints or irises) for authentication.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/haptic</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can control vibration feedback.</td>
 </tr>
@@ -1060,42 +1060,42 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/ime</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can provide users with a way to enter characters and symbols into an associated text field.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/imemanager</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can manage installed input methods.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/inputgenerator</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can simulate keys being pressed and touch interactions with the screen.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/keygrab</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can read actions involving special keys, such as the volume keys on this or other devices (such as TV remote controls), even when it is running in the background.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/keymanager</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can save keys, certificates, and data to, and retrieve and delete them from, a password-protected storage.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/keymanager.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can lock and unlock a password-protected storage, and manage password changes for it.
 <p><strong>Deprecated since 3.0.</strong></p></td>
@@ -1103,7 +1103,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/led</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can switch LEDs on or off, such as the LED on the front of the device and the camera flash.</td>
 </tr>
@@ -1131,21 +1131,21 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/mapservice</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.2</td>
 <td>The application can use map services, such as geocoding, places, and routing (directions).</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/mediacontroller.client</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can receive information about currently playing media from applications that are allowed to send it, and can control those applications remotely.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/mediacontroller.server</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can send information about currently playing media to applications that are allowed to receive it, and can be controlled remotely by those applications.</td>
 </tr>
@@ -1166,91 +1166,91 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
 <td><code>http://tizen.org/privilege/network.get</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can retrieve network information, such as the status of each network, its type, and detailed network profile information.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/network.profile</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can add, remove, and edit network profiles.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/network.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can switch Wi-Fi on and off, and connect to and disconnect from Wi-Fi and mobile networks. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/nfc</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can read and write NFC tag information, and send NFC messages to other devices.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/nfc.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can change NFC settings, such as switching NFC on or off.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/nfc.cardemulation</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can access smart card details, such as credit card details, and allow users to make payments using NFC.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/notification</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can show and hide its own notifications and badges.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/packagemanager.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can install and uninstall application packages.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/packagemanager.clearcache</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can clear other applications' caches.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/packagemanager.info</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can retrieve detailed application package information.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/power</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can control power-related settings, such as dimming the screen.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/push</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can receive notifications from the Internet. This can result in additional charges depending on the user's payment plan.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/reboot</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can restart the device.</td>
 </tr>
@@ -1264,70 +1264,70 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/screenshot</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can capture screenshots.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/secureelement</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can access secure smart card chips, such as UICC/SIM, embedded secure elements, and secure SD cards.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/systemmonitor</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can read system information, including information from the CPU and RAM.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/systemsettings.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can read and write all system settings.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/telephony</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can retrieve telephony information, such as the network and SIM card used, the IMEI, and the status of calls.</td>
 </tr>
 <tr class="platform-level">
 <td><code>http://tizen.org/privilege/telephony.admin</code></td>
 <td>platform</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can manage telephony settings, such as those for incoming and outgoing calls, forwarding and holding calls, networks, and SIM cards.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/use_ir</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>3.0</td>
 <td>The application can use the infrared transmitter.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/volume.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can adjust the volume for different features, such as notification alerts, ringtones, and media.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/widget.viewer</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can show widgets, and information from their associated applications, on the home screen.</td>
 </tr>
 <tr>
 <td><code>http://tizen.org/privilege/window.priority.set</code></td>
 <td>public</td>
-<td></td>
+<td>-</td>
 <td>2.3.1</td>
 <td>The application can appear on top of other windows and screens, including the lock screen, according to the order of priority of the windows. This can prevent the user from interacting with other applications or screens until the window for the application is closed.</td>
 </tr>
index 5e542a2..d0ca702 100644 (file)
 <td>Wearable</td>
        <td>Yes</td>
        <td>32-bit PNG with alpha</td>
-       <td colspan="2">152 x 152 pixels</td>
+       <td>152 x 152 pixels</td>
+          <td>152 x 152 pixels</td>
        <td>Image displayed in the main menu.</td>
       </tr>
 </tbody>
 <td colspan="2">Multiple account</td>
      <td>
 <code>bool</code> </td>
-     <td>
-<p>Indicates whether multiple accounts are supported.</p>
+     <td>Indicates whether multiple accounts are supported.
 <p>This is a mandatory property.</p>
 </td>
     </tr>
 <td colspan="2">Provider ID</td>
      <td>
 <code>String</code> </td>
-     <td>
-<p>ID of the account provider.</p>
+     <td>ID of the account provider.
 </td>
     </tr>
 <tr>
 <td colspan="2">Default label</td>
      <td>
 <code>String</code> </td>
-     <td>
-<p>Display name of the account provider.</p>
+     <td>Display name of the account provider.
 <p>This is a mandatory property.</p>
 </td>
     </tr>
 <td>Icon</td>
      <td>
 <code>String</code> </td>
-     <td>
-<p>File path of the account provider icon.</p> <p>The icon size is:</p>
+     <td>File path of the account provider icon.
+<p>The icon size is:</p>
         <ul>
 <li>72 x 72 for Xhigh (HD)</li>
                <li>48 x 48 for High (WVGA)</li>
 <td>Icon small</td>
      <td>
 <code>String</code> </td>
-     <td>
-<p>File path of the account provider icon.</p> <p>The icon size is:</p>
+     <td>File path of the account provider icon.
+<p>The icon size is:</p>
         <ul>
 <li>45 x 45 for Xhigh (HD)</li>
                <li>30 x 30 for High (WVGA)</li>
 <td colspan="2">Name</td>
      <td>
 <code>String</code> </td>
-     <td>
-<p>Localization support for the display name.</p>
+     <td>Localization support for the display name.
 <p>To add a localized name, click <strong>+</strong> in the <strong>Name</strong> panel, select the language, define the display name for that language, and click <strong>OK</strong>.</p>
 </td>
     </tr>
 <tr>
 <td colspan="2">Capabilities</td>
      <td><code>String</code></td>
-     <td> <p>Capability of the account provider.</p>
+     <td>Capability of the account provider.
 <p>Capabilities are defined in the <code>http://&lt;VENDOR_INFORMATION&gt;/accounts/capability/&lt;NAME&gt;</code> IRI format.</p> <p>The following predefined capabilities can be used in Tizen:</p>
       <ul>
                <li>
                <tr>
                        <td>Name</td>
                        <td><code>String</code></td>
-                       <td><p>Localization support for the display name.</p>
+                       <td>Localization support for the display name.
 <p>To add a localized name, click <strong>+</strong> in the <strong>Name</strong> panel, select the language, define the display name for that language, and click <strong>OK</strong>.</p></td>
                </tr>
 
index 2e5268e..23f2738 100644 (file)
     </tr>
     <tr>
      <td><code>config.xml</code></td>
-     <td rowspan="11">File</td>
+     <td>File</td>
      <td>Application configuration document</td>
     </tr>
     <tr>
      <td><code>icon.gif</code></td>
-     <td rowspan="5">Application default icon</td>
+     <td>File</td>
+     <td>Application default icon</td>
     </tr>
     <tr>
      <td><code>icon.ico</code></td>
+     <td>File</td>
+     <td>Application default icon</td>
     </tr>
     <tr>
      <td><code>icon.jpg</code></td>
+     <td>File</td>
+     <td>Application default icon</td>
     </tr>
     <tr>
      <td><code>icon.png</code></td>
+     <td>File</td>
+     <td>Application default icon</td>
     </tr>
     <tr>
      <td><code>icon.svg</code></td>
+     <td>File</td>
+     <td>Application default icon</td>
     </tr>
     <tr>
      <td><code>index.html</code></td>
-        <td rowspan="5">Application default start file</td>
+     <td>File</td>
+        <td>Application default start file</td>
     </tr>
     <tr>
      <td><code>index.htm</code></td>
+     <td>File</td>
+        <td>Application default start file</td>
     </tr>
     <tr>
      <td><code>index.svg</code></td>
+     <td>File</td>
+        <td>Application default start file</td>
     </tr>
     <tr>
      <td><code>index.xhtml</code></td>
+     <td>File</td>
+        <td>Application default start file</td>
     </tr>
     <tr>
      <td><code>index.xht</code></td>
+     <td>File</td>
+        <td>Application default start file</td>
     </tr>
     <tr>
      <td><code>locales</code></td>
     </tr>
        <tr>
                <td><code>bin</code></td>
-               <td rowspan="6">Folder</td>
+               <td>Folder</td>
                <td>Native application executable binary</td>
        </tr>
        <tr>
                <td><code>data</code></td>
-
+               <td>Folder</td>
                <td>Web or native application private data</td>
        </tr>
        <tr>
                <td><code>info</code></td>
-
+               <td>Folder</td>
                <td>Native application metadata</td>
        </tr>
        <tr>
                <td><code>lib</code></td>
-
+               <td>Folder</td>
                <td>Native application libraries</td>
        </tr>
        <tr>
                <td><code>res</code></td>
-
+               <td>Folder</td>
                <td>Native application resources or Web application content</td>
        </tr>
        <tr>
                <td><code>res/wgt</code></td>
-
+               <td>Folder</td>
                <td>Web application project root</td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td><code>setting</code></td>
-               <td rowspan="2">Folder</td>
+               <td>Folder</td>
                <td>Native application setting</td>
        </tr>
        <tr>
                <td><code>shared</code></td>
-
+               <td>Folder</td>
                <td>Native application shared resources</td>
        </tr>
        </tbody>
     <tr>
      <td><code>App1</code>
         <p>(Web)</p></td>
-     <td rowspan="3"><code>home/owner/apps_rw/&lt;Package ID&gt;</code><p>(For example: <code>home/owner/apps_rw/qik37po9ck</code>)</p></td>
+     <td><code>home/owner/apps_rw/&lt;Package ID&gt;</code><p>(For example: <code>home/owner/apps_rw/qik37po9ck</code>)</p></td>
      <td><code>&lt;Package ID&gt;.&lt;Name&gt;</code><p>(For example: <code>qik37po9ck.Sample</code>)</p></td>
-     <td rowspan="3"><code>opt/share/packages/&lt;Package ID&gt;.xml</code><p>(For example: <code>opt/share/packages/qik37po9ck.xml</code>)</p></td>
+     <td><code>opt/share/packages/&lt;Package ID&gt;.xml</code><p>(For example: <code>opt/share/packages/qik37po9ck.xml</code>)</p></td>
     </tr>
        <tr>
      <td><code>App2</code>
         <p>(Native)</p></td>
+        <td>Same as for <code>App1</code></td>
      <td><code>&lt;Package ID&gt;.&lt;ExecutableName1&gt;</code><p>(For example: <code>qik37po9ck.Service</code>)</p></td>
+        <td>Same as for <code>App1</code></td>
     </tr>
        <tr>
      <td><code>App3</code>
         <p>(Native)</p></td>
+        <td>Same as for <code>App1</code></td>
      <td><code>&lt;Package ID&gt;.&lt;ExecutableName2&gt;</code><p>(For example: <code>qik37po9ck.Downloader</code>)</p></td>
+        <td>Same as for <code>App1</code></td>
     </tr>
        </tbody>
   </table></li>
index 1b2b7a0..5eb7cfc 100644 (file)
@@ -77,49 +77,49 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/alarm</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can manage alarms by retrieving saved alarms and waking the device up at scheduled times.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/application.info</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can retrieve information related to other applications.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/application.launch</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can open other applications using the application ID or application control.</td>
 </tr>
 <tr class="partner-level">
        <td class="key">http://tizen.org/privilege/appmanager.certificate</td>
        <td>partner</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can retrieve specified application certificates.</td>
 </tr>
 <tr class="partner-level">
        <td class="key">http://tizen.org/privilege/appmanager.kill</td>
        <td>partner</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can close other applications.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/bluetooth</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>2.4</td>
        <td>The application can perform unrestricted actions using Bluetooth, such as scanning for and connecting to other devices.</td>
 </tr>
 <tr class="platform-level">
        <td class="key">http://tizen.org/privilege/bluetoothmanager</td>
        <td>platform</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can change Bluetooth system settings related to privacy and security, such as the visibility mode.</td>
 </tr>
@@ -189,56 +189,56 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/content.read</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can read media content information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/content.write</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can create, update, and delete media content information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/d2d.datasharing</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can share data with other devices.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/datacontrol.consumer</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>2.2.1</td>
        <td>The application can read data exported by data control providers.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/datasync</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can synchronize device data, such as contacts and calendar events, using the OMA DS 1.2 protocol.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/download</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can manage HTTP downloads.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/filesystem.read</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can read file systems.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/filesystem.write</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can write to file systems.</td>
 </tr>
@@ -252,14 +252,14 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/ime</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.4</td>
        <td>The application can provide users with a way to enter characters and symbols into an associated text field.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/led</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.4</td>
        <td>The application can switch LEDs on or off, such as the LED on the front of the device and the camera flash.</td>
 </tr>
@@ -273,14 +273,14 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/mediacontroller.client</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.4</td>
        <td>The application can receive information about currently playing media from applications that are allowed to send it, and can control those applications remotely.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/mediacontroller.server</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.4</td>
        <td>The application can send information about currently playing media to applications that are allowed to receive it, and can be controlled remotely by those applications.</td>
 </tr>
@@ -301,126 +301,126 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr class="partner-level">
        <td class="key">http://tizen.org/privilege/networkbearerselection</td>
        <td>partner</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can request and release a specific network connection.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/nfc.admin</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can change NFC settings, such as switching NFC on or off.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/nfc.cardemulation</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3</td>
        <td>The application can access smart card details, such as credit card details, and allow users to make payments through NFC.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/nfc.common</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can use common NFC features.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/nfc.p2p</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can push NFC messages to other devices.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/nfc.tag</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can read and write NFC tag information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/notification</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can show and hide its own notifications and badges.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/package.info</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can retrieve information about installed packages.</td>
 </tr>
 <tr class="platform-level">
        <td class="key">http://tizen.org/privilege/packagemanager.install</td>
        <td>platform</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can install or uninstall application packages.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/power</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can control power-related settings, such as dimming the screen.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/push</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can receive notifications from the Internet.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/secureelement</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can access secure smart card chips, such as UICC/SIM, embedded secure elements, and secure SD cards.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/setting</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can change and read user settings.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/system</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can read system information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/telephony</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
        <td>The application can retrieve telephony information, such as the network and SIM card used, the IMEI, and the status of calls.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/volume.set</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3</td>
        <td>The application can adjust the volume for different features, such as notification alerts, ringtones, and media.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/websetting</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can change its Web application settings, including deleting cookies. <strong>Deprecated since 2.4.</strong></td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/widget.viewer</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can show widgets, and information from their associated applications, on the home screen.</td>
 </tr>
@@ -440,7 +440,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/internet</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>2.3</td>
        <td>The application can access the Internet using the <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#websocket">WebSocket</a>, <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#httpreq">XMLHttpRequest</a>, <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#serversent">Server-Sent Events</a>, <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#cache">HTML5 Application caches</a>, and <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#cross">Cross-Origin Resource Sharing</a> APIs.</td>
 </tr>
@@ -457,7 +457,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/unlimitedstorage</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>2.2.1</td>
        <td>The application can use the storage with unlimited size with the <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#directory">File API: Directories and System</a>, <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#writer">File API: Writer</a>, <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#database">Indexed Database</a>, and <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#sql">Web SQL Database</a> APIs.
        <p><strong>Privilege behavior:</strong></p>
@@ -467,7 +467,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/notification</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>2.2.1</td>
        <td>The application can display simple notifications using the <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_m.html#webnoti">Web Notifications</a> API.
        <p><strong>Privilege behavior:</strong></p>
@@ -520,49 +520,49 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/alarm</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can set alarms and wake up the device at scheduled times.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/application.info</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can retrieve information related to other applications.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/application.launch</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can open other applications using the application ID or application control.</td>
 </tr>
 <tr class="partner-level">
        <td class="key">http://tizen.org/privilege/appmanager.certificate</td>
        <td>partner</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can retrieve specified application certificates.</td>
 </tr>
 <tr class="partner-level">
        <td class="key">http://tizen.org/privilege/appmanager.kill</td>
        <td>partner</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can close other applications.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/bluetooth</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can perform unrestricted actions using Bluetooth, such as scanning for and connecting to other devices.</td>
 </tr>
 <tr class="platform-level">
        <td class="key">http://tizen.org/privilege/bluetoothmanager</td>
        <td>platform</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
        <td>The application can change Bluetooth system settings related to privacy and security, such as the visibility mode.</td>
 </tr>
@@ -576,49 +576,49 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/content.read</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can read media content information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/content.write</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can create, update, and delete media content information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/d2d.datasharing</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can share data with other devices.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/datacontrol.consumer</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.2</td>
        <td>The application can read data exported by data control providers.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/download</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can manage HTTP downloads.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/filesystem.read</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can read file systems.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/filesystem.write</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can write to file systems.</td>
 </tr>
@@ -632,14 +632,14 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/ime</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can provide users with a way to enter characters and symbols into an associated text field.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/led</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can switch LEDs on or off, such as the LED on the front of the device and the camera flash.</td>
 </tr>
@@ -653,126 +653,126 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/mediacontroller.client</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can receive information about currently playing media from applications that are allowed to send it, and can control those applications remotely.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/mediacontroller.server</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>3.0</td>
        <td>The application can send information about currently playing media to applications that are allowed to receive it, and can be controlled remotely by those applications.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/nfc.admin</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
        <td>The application can change NFC settings, such as switching NFC on or off.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/nfc.cardemulation</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
        <td>The application can access smart card details, such as credit card details, and allow users to make payments through NFC.</td>
 </tr>
 <tr>
     <td class="key">http://tizen.org/privilege/nfc.common</td>
     <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
     <td>The application can use common NFC features.</td>
 </tr>
 <tr>
     <td class="key">http://tizen.org/privilege/nfc.p2p</td>
     <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
     <td>The application can push NFC messages to other devices.</td>
 </tr>
 <tr>
     <td class="key">http://tizen.org/privilege/nfc.tag</td>
     <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
     <td>The application can read and write NFC tag information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/notification</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can show and hide its own notifications and badges.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/package.info</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can retrieve information about installed packages.</td>
 </tr>
 <tr class="platform-level">
        <td class="key">http://tizen.org/privilege/packagemanager.install</td>
        <td>platform</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can install or uninstall application packages.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/power</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can control power-related settings, such as dimming the screen.</td>
 </tr>
 <tr>
     <td class="key">http://tizen.org/privilege/push</td>
     <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
     <td>The application can receive notifications from the Internet.</td>
 </tr>
 <tr>
     <td class="key">http://tizen.org/privilege/secureelement</td>
     <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
     <td>The application can access secure smart card chips, such as UICC/SIM, embedded secure elements, and secure SD cards.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/setting</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can change and read user settings.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/system</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can read system information.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/telephony</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.1</td>
        <td>The application can retrieve telephony information, such as the network and SIM card used, the IMEI, and the status of calls.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/volume.set</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.2.1</td>
        <td>The application can adjust the volume for different features, such as notification alerts, ringtones, and media.</td>
 </tr>
 <tr>
        <td class="key">http://tizen.org/privilege/widget.viewer</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
     <td>2.3.2</td>
        <td>The application can show widgets, and information from their associated applications, on the home screen.</td>
 </tr>
@@ -792,7 +792,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/internet</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>2.2.1</td>
        <td>The application can access the Internet using the <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#websocket">WebSocket</a>, <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#httpreq">XMLHttpRequest</a>, and <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#cross">Cross-Origin Resource Sharing</a> APIs.</td>
 </tr>
@@ -809,7 +809,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }
 <tr>
        <td class="key">http://tizen.org/privilege/unlimitedstorage</td>
        <td>public</td>
-       <td></td>
+       <td>-</td>
        <td>2.2.1</td>
        <td>The application can use the storage with unlimited size with the <a href="../../../../org.tizen.web.apireference/html/w3c_api/w3c_api_w.html#database">Indexed Database</a> API.
        <p><strong>Privilege behavior:</strong></p>
index 955954e..bedda81 100644 (file)
                <tr>
                        <td>Geolocation (in <strong>mobile and wearable applications only</strong>)</td>
                        <td><code>http://tizen.org/privilege/location</code></td>
-                       <td rowspan="2"><strong>Local domain</strong>: Grant permission if defined, otherwise block execution.
+                       <td><strong>Local domain</strong>: Grant permission if defined, otherwise block execution.
                        <p><strong>Remote domain</strong>: Popup user prompt if defined, otherwise block execution.</p></td>
                </tr>
                <tr>
                        <td>Getusermedia (in <strong>mobile and wearable applications only</strong>)</td>
                        <td><code>http://tizen.org/privilege/mediacapture</code></td>
+                       <td><strong>Local domain</strong>: Grant permission if defined, otherwise block execution.
+                       <p><strong>Remote domain</strong>: Popup user prompt if defined, otherwise block execution.</p></td>
                </tr>
                <tr>
                        <td>Web Notifications (in <strong>mobile applications only</strong>)</td>
                        <td><code>http://tizen.org/privilege/notification</code></td>
-                       <td rowspan="2"><strong>Local domain</strong>: Grant permission if defined, otherwise popup user prompt.
+                       <td><strong>Local domain</strong>: Grant permission if defined, otherwise popup user prompt.
                        <p><strong>Remote domain</strong>: Popup user prompt.</p></td>
                </tr>
                <tr>
                        <td>Storage (in <strong>mobile and wearable applications only</strong>)
                        <p>(IndexedDB, FileSystem capacity, quota exceeding WebDatabase)</p></td>
                        <td><code>http://tizen.org/privilege/unlimitedstorage</code></td>
+                       <td><strong>Local domain</strong>: Grant permission if defined, otherwise popup user prompt.
+                       <p><strong>Remote domain</strong>: Popup user prompt.</p></td>
                </tr>
                <tr>
                        <td>FullScreen (in <strong>mobile applications only</strong>)</td>
                <tr>
                        <td>Audio Recording (in <strong>wearable applications only</strong>)</td>
                        <td><code>http://tizen.org/privilege/audiorecorder</code></td>
-                       <td rowspan="2"><strong>Local domain</strong>: Grant permission if defined, otherwise block execution.
-                       <p><strong>Remote domain</strong>: Block execution.</p>
-</td>
+                       <td><strong>Local domain</strong>: Grant permission if defined, otherwise block execution.
+                       <p><strong>Remote domain</strong>: Block execution.</p></td>
                </tr>
                <tr>
                        <td>Video Recording (in <strong>wearable applications only</strong>)</td>
                        <td><code>http://tizen.org/privilege/camera</code></td>
+                       <td><strong>Local domain</strong>: Grant permission if defined, otherwise block execution.
+                       <p><strong>Remote domain</strong>: Block execution.</p></td>
                </tr>
        </tbody>
   </table>
index a7505e1..abed665 100644 (file)
     </tr>
        <tr>
        <td rowspan="6"><strong>Account</strong></td>
-       <td></td>
+       <td>-</td>
      <td>To register an account provider, click <strong>+</strong> in the <strong>Account</strong> section and define the account provider information.</td>
     </tr>
        <tr>