This should prevent Android from trying to start DummySyncService

This commit is contained in:
Sylvain Berfini 2021-11-09 09:31:08 +01:00
parent 909911b81b
commit 0488d70d0f

View file

@ -4,4 +4,6 @@
android:accountType="@string/sync_account_type" android:accountType="@string/sync_account_type"
android:contentAuthority="com.android.contacts" android:contentAuthority="com.android.contacts"
android:supportsUploading="false" android:supportsUploading="false"
android:userVisible="true" /> android:userVisible="true"
android:allowParallelSyncs="false"
android:isAlwaysSyncable="false" />