Some sync adapter fixes and changes - still doesn't work

This commit is contained in:
2015-10-12 14:44:01 +02:00
parent 348fa8daed
commit 67c06b9884
10 changed files with 82 additions and 104 deletions

View File

@ -103,9 +103,10 @@
</intent-filter>
</activity>
<!-- Synchronization -->
<provider
android:name=".synchronization.StubProvider"
android:authorities="ch.dissem.bitmessage.provider"
android:authorities="ch.dissem.apps.abit.provider"
android:exported="false"
android:syncable="true" />
<service android:name=".synchronization.AuthenticatorService">