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: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" />
|
||||||
|
|
Loading…
Reference in a new issue