9 lines
368 B
XML
9 lines
368 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<sync-adapter
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:contentAuthority="ch.dissem.bitmessage.provider"
|
||
|
|
android:accountType="ch.dissem.bitmessage"
|
||
|
|
android:userVisible="true"
|
||
|
|
android:supportsUploading="true"
|
||
|
|
android:allowParallelSyncs="false"
|
||
|
|
android:isAlwaysSyncable="true"/>
|