summaryrefslogtreecommitdiff
path: root/static/usage.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-01-15 19:37:41 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-01-15 19:37:41 -0500
commit9b3dd676b3a811781ba708e3ef43a5b2b645eded (patch)
treedcd0db6b967ef0cbd3d329d646815602da725139 /static/usage.html
parentdf2736b7abd101cc29aa4e1816c8d93e81e8eb07 (diff)
make Contact Scopes docs less technical
Diffstat (limited to 'static/usage.html')
-rw-r--r--static/usage.html7
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>