From 3fcf170c80c2da84e5fe1a8ed7445ef0e409a4a2 Mon Sep 17 00:00:00 2001 From: Dmitry Muhomor Date: Mon, 22 Jan 2024 12:25:54 +0200 Subject: rewrite Contact Scopes section in usage guide --- static/usage.html | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/static/usage.html b/static/usage.html index f42c16ae..bd8c09c9 100644 --- a/static/usage.html +++ b/static/usage.html @@ -319,36 +319,30 @@

Contact Scopes

-

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.

+

On Android, contact access is controlled with an all-or-nothing Contacts permission, which grants + both read and write access to all contacts stored on the device.

-

Read access can be granted to the following scopes:

+

A lot of apps (e.g. popular messaging apps) refuse to work unless the Contacts permission is granted.

-
-- cgit v1.3.1