diff options
| -rw-r--r-- | static/usage.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/static/usage.html b/static/usage.html index 1c8bd7c3..da7d9b6e 100644 --- a/static/usage.html +++ b/static/usage.html @@ -319,12 +319,9 @@ <section id="contact-scopes"> <h2><a href="#contact-scopes">Contact Scopes</a></h2> - <p>For an introduction, read - https://developer.android.com/guide/topics/providers/contacts-provider.</p> - <p>The Contact Scopes feature enables the user to grant an app read access to a - subset of data in the OS ContactsProvider. Granting write access (insert(), - update(), delete()) is not supported.</p> + subset of data in the OS ContactsProvider. Granting write access (insert, + update, delete) is not supported.</p> <p>Read access can be granted to the following scopes:</p> |
