make Contact Scopes docs less technical
This commit is contained in:
parent
df2736b7ab
commit
9b3dd676b3
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user