From cf2198b1b88f2577315cff19676fa9e8d0d3a8b6 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 6 Sep 2020 11:38:54 +0300 Subject: [PATCH] Sync contacts: make the account user visible. It doesn't really matter, because it doesn't actually do anything (although it should), but it should be user visible. --- app/src/main/res/xml/sync_contacts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/xml/sync_contacts.xml b/app/src/main/res/xml/sync_contacts.xml index 02f747e4..026be37d 100644 --- a/app/src/main/res/xml/sync_contacts.xml +++ b/app/src/main/res/xml/sync_contacts.xml @@ -11,5 +11,5 @@ android:contentAuthority="com.android.contacts" android:allowParallelSyncs="true" android:supportsUploading="true" - android:userVisible="false" + android:userVisible="true" android:isAlwaysSyncable="true" />