- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Aug 2010 20:50:03 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/features
In directory hutz:/tmp/cvs-serv28906
Modified Files:
Overview.html
Log Message:
add definitions for BONDI feature URIs and Android permissions
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/features/Overview.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.html 9 Aug 2010 19:48:30 -0000 1.13
+++ Overview.html 9 Aug 2010 20:50:01 -0000 1.14
@@ -91,6 +91,15 @@
</tr>
<tr>
<td>
+The API allows the detection of the user's position.
+ </td>
+ <td>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td>
</td>
<td>
<code>android.permission.ACCESS_COARSE_LOCATION</code>
@@ -98,6 +107,14 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to access coarse (e.g., Cell-ID, WiFi) location
+ </td>
+ </tr>
+ <tr>
+ <td>
</td>
<td>
<code>android.permission.ACCESS_FINE_LOCATION</code>
@@ -105,6 +122,14 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to access fine (e.g., GPS) location
+ </td>
+ </tr>
+ <tr>
+ <td>
</td>
<td>
<code>android.permission.ACCESS_LOCATION_EXTRA_COMMANDS</code>
@@ -112,6 +137,14 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to access extra location provider commands
+ </td>
+ </tr>
+ <tr>
+ <td>
</td>
<td>
<code>android.permission.ACCESS_MOCK_LOCATION</code>
@@ -119,11 +152,27 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to create mock location providers for testing
+ </td>
+ </tr>
+ <tr>
+ <td>
</td>
<td>
<code>android.permission.CONTROL_LOCATION_UPDATES</code>
</td>
</tr>
+ <tr>
+ <td>
+
+ </td>
+ <td>
+Allows enabling/disabling location update notifications from the radio. Not for use by normal applications.
+ </td>
+ </tr>
</tbody>
</table>
</section>
@@ -154,12 +203,28 @@
</tr>
<tr>
<td>
+ Read the contacts stored in the terminal
+ </td>
+ <td>
+ Allows an application to read the user's contacts data.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/pim.contacts.write</code>
</td>
<td>
<code>android.permission.WRITE_CONTACTS</code>
</td>
</tr>
+ <tr>
+ <td>
+ Read the contacts stored in the terminal
+ </td>
+ <td>
+ Allows an application to write (but not read) the user's contacts data.
+ </td>
+ </tr>
</tbody>
</table>
</section>
@@ -190,14 +255,31 @@
</tr>
<tr>
<td>
+Calls to read calendars
+ </td>
+ <td>
+Allows an application to read the user's calendar data.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/pim.calendar.write</code>
</td>
<td>
<code>android.permission.WRITE_CALENDAR</code>
</td>
</tr>
+ <tr>
+ <td>
+Call to create, update or delete events from calendar.
+ </td>
+ <td>
+Allows an application to write (but not read) the user's calendar data.
+ </td>
+ </tr>
</tbody>
</table>
+
</section>
<section id="capture-feature">
<h3>Capture API</h3>
@@ -227,6 +309,14 @@
</tr>
<tr>
<td>
+Feature that allows for the detection of available cameras.
+ </td>
+ <td>
+Required to be able to access the camera device.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/camera.capture</code>
</td>
<td>
@@ -235,12 +325,28 @@
</tr>
<tr>
<td>
+Feature that allows for capturing a picture from a selected camera.
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/camera.record</code>
</td>
<td>
<code></code>
</td>
</tr>
+ <tr>
+ <td>
+Feature that allows for capturing a video from a selected camera.
+ </td>
+ <td>
+
+ </td>
+ </tr>
</tbody>
</table>
</section>
@@ -251,6 +357,7 @@
class="simple"
summary="Messaging Features">
<thead>
+
<tr>
<th>
<a>BONDI 1.11 URI</a>
@@ -271,6 +378,14 @@
</tr>
<tr>
<td>
+Send an email message
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.mms.send</code>
</td>
<td>
@@ -279,6 +394,14 @@
</tr>
<tr>
<td>
+Send an MMS
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.sms.send</code>
</td>
<td>
@@ -287,6 +410,14 @@
</tr>
<tr>
<td>
+Send an SMS
+ </td>
+ <td>
+Allows an application to send SMS messages.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.binarysms.send</code>
</td>
<td>
@@ -295,6 +426,14 @@
</tr>
<tr>
<td>
+Send a binary message
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.email.subscribe</code>
</td>
<td>
@@ -303,6 +442,14 @@
</tr>
<tr>
<td>
+Subscribe to email message notifications
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.mms.subscribe</code>
</td>
<td>
@@ -311,6 +458,14 @@
</tr>
<tr>
<td>
+Subscribe to MMS message notifications
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.sms.subscribe</code><br/>
</td>
<td>
@@ -319,6 +474,14 @@
</tr>
<tr>
<td>
+Subscribe to SMS message notifications
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.binarysms.subscribe</code>
</td>
<td>
@@ -327,6 +490,14 @@
</tr>
<tr>
<td>
+Subscribe to binary message notifications
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.email.getAccounts</code>
</td>
<td>
@@ -335,6 +506,14 @@
</tr>
<tr>
<td>
+Get email accounts
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.email.attach</code>
</td>
<td>
@@ -343,6 +522,14 @@
</tr>
<tr>
<td>
+Add/change attachment on an email
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.mms.attach</code>
</td>
<td>
@@ -351,6 +538,14 @@
</tr>
<tr>
<td>
+Add/change attachment on an MMS
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.sms.get</code>
</td>
<td>
@@ -359,6 +554,14 @@
</tr>
<tr>
<td>
+Retrieve SMS
+ </td>
+ <td>
+Allows an application to monitor incoming SMS messages, to record or perform processing on them.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.mms.get</code>
</td>
<td>
@@ -367,6 +570,14 @@
</tr>
<tr>
<td>
+Retrieve MMS
+ </td>
+ <td>
+Allows an application to monitor incoming MMS messages, to record or perform processing on them.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.email.get</code>
</td>
<td>
@@ -375,6 +586,14 @@
</tr>
<tr>
<td>
+Retrieve email
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.sms.delete</code>
</td>
<td>
@@ -383,6 +602,14 @@
</tr>
<tr>
<td>
+Delete SMS
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.mms.delete</code>
</td>
<td>
@@ -391,6 +618,14 @@
</tr>
<tr>
<td>
+Delete MMS
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>http://bondi.omtp.org/api/1.1/messaging.email.delete</code>
</td>
<td>
@@ -399,6 +634,14 @@
</tr>
<tr>
<td>
+Delete email
+ </td>
+ <td>
+
+ </td>
+ </tr>
+ <tr>
+ <td>
<code></code>
</td>
<td>
@@ -407,6 +650,14 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to read SMS messages.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code></code>
</td>
<td>
@@ -415,12 +666,28 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to write SMS messages.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code></code>
</td>
<td>
<code>android.permission.BROADCAST_SMS</code>
</td>
</tr>
+ <tr>
+ <td>
+
+ </td>
+ <td>
+Allows an application to broadcast an SMS receipt notification
+ </td>
+ </tr>
</tbody>
</table>
</section>
@@ -452,6 +719,14 @@
</td>
</tr>
<tr>
+ <tr>
+ <td>
+Access to the device status module
+ </td>
+ <td>
+
+ </td>
+ </tr>
<td>
<code></code>
</td>
@@ -461,6 +736,14 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows applications to access information about networks
+ </td>
+ </tr>
+ <tr>
+ <td>
<code></code>
</td>
<td>
@@ -469,6 +752,14 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows applications to access information about Wi-Fi networks
+ </td>
+ </tr>
+ <tr>
+ <td>
<code></code>
</td>
<td>
@@ -477,6 +768,14 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to collect battery statistics
+ </td>
+ </tr>
+ <tr>
+ <td>
<code></code>
</td>
<td>
@@ -485,12 +784,28 @@
</tr>
<tr>
<td>
+
+ </td>
+ <td>
+Allows an application to read the owner's data.
+ </td>
+ </tr>
+ <tr>
+ <td>
<code></code>
</td>
<td>
<code>android.permission.READ_PHONE_STATE</code>
</td>
</tr>
+ <tr>
+ <td>
+
+ </td>
+ <td>
+Allows read only access to phone state.
+ </td>
+ </tr>
</tbody>
</table>
</section>
Received on Monday, 9 August 2010 20:50:05 UTC