- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 15:41:53 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/features
In directory hutz:/tmp/cvs-serv26370
Modified Files:
Overview.html
Log Message:
associate mms.subscribe with android.permission.RECEIVE_MMS,
sms.subscrive with android.permission.RECEIVE_SMS, messaging.sms.get
with android.permission.READ_SMS, per Marco suggestions
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/features/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 9 Aug 2010 20:55:21 -0000 1.15
+++ Overview.html 16 Aug 2010 15:41:51 -0000 1.16
@@ -452,7 +452,7 @@
<code>http://bondi.omtp.org/api/1.1/messaging.mms.subscribe</code>
</td>
<td>
- <code></code>
+ <code>android.permission.RECEIVE_MMS</code>
</td>
</tr>
<tr>
@@ -460,7 +460,7 @@
Subscribe to MMS message notifications
</td>
<td>
-
+Allows an application to monitor incoming MMS messages, to record or perform processing on them.
</td>
</tr>
<tr>
@@ -468,7 +468,7 @@
<code>http://bondi.omtp.org/api/1.1/messaging.sms.subscribe</code><br/>
</td>
<td>
- <code></code>
+ <code>android.permission.RECEIVE_SMS</code>
</td>
</tr>
<tr>
@@ -476,7 +476,7 @@
Subscribe to SMS message notifications
</td>
<td>
-
+Allows an application to monitor incoming SMS messages, to record or perform processing on them.
</td>
</tr>
<tr>
@@ -548,7 +548,7 @@
<code>http://bondi.omtp.org/api/1.1/messaging.sms.get</code>
</td>
<td>
- <code>android.permission.RECEIVE_SMS</code>
+ <code>android.permission.READ_SMS</code>
</td>
</tr>
<tr>
@@ -556,7 +556,7 @@
Retrieve SMS
</td>
<td>
-Allows an application to monitor incoming SMS messages, to record or perform processing on them.
+Allows an application to read SMS messages.
</td>
</tr>
<tr>
@@ -644,22 +644,6 @@
<code></code>
</td>
<td>
- <code>android.permission.READ_SMS</code>
- </td>
- </tr>
- <tr>
- <td>
-
- </td>
- <td>
-Allows an application to read SMS messages.
- </td>
- </tr>
- <tr>
- <td>
-<code></code>
- </td>
- <td>
<code>android.permission.WRITE_SMS</code>
</td>
</tr>
Received on Monday, 16 August 2010 15:41:54 UTC