make Contact Scopes docs less technical

This commit is contained in:
Daniel Micay 2024-01-15 19:37:41 -05:00
parent df2736b7ab
commit 9b3dd676b3

View File

@ -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>