mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
This should prevent Android from trying to start DummySyncService
This commit is contained in:
parent
909911b81b
commit
0488d70d0f
1 changed files with 3 additions and 1 deletions
|
|
@ -4,4 +4,6 @@
|
|||
android:accountType="@string/sync_account_type"
|
||||
android:contentAuthority="com.android.contacts"
|
||||
android:supportsUploading="false"
|
||||
android:userVisible="true" />
|
||||
android:userVisible="true"
|
||||
android:allowParallelSyncs="false"
|
||||
android:isAlwaysSyncable="false" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue