2015-10-08 14:11:45 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<sync-adapter
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-10-25 11:29:46 +01:00
|
|
|
android:contentAuthority="ch.dissem.apps.abit.provider"
|
2015-10-08 14:11:45 +02:00
|
|
|
android:accountType="ch.dissem.bitmessage"
|
|
|
|
|
android:userVisible="true"
|
|
|
|
|
android:supportsUploading="true"
|
|
|
|
|
android:allowParallelSyncs="false"
|
|
|
|
|
android:isAlwaysSyncable="true"/>
|