1
0
mirror of https://github.com/etesync/android synced 2025-01-03 12:21:01 +00:00

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.
This commit is contained in:
Tom Hacohen 2020-09-06 11:38:54 +03:00
parent d5a5af5720
commit cf2198b1b8

View File

@ -11,5 +11,5 @@
android:contentAuthority="com.android.contacts"
android:allowParallelSyncs="true"
android:supportsUploading="true"
android:userVisible="false"
android:userVisible="true"
android:isAlwaysSyncable="true" />