diff options
Diffstat (limited to 'res/xml/syncadapter.xml')
-rw-r--r-- | res/xml/syncadapter.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/syncadapter.xml b/res/xml/syncadapter.xml new file mode 100644 index 00000000..da7b85f7 --- /dev/null +++ b/res/xml/syncadapter.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?>
+<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
+ android:contentAuthority="github.daneren2005.dsub.provider"
+ android:accountType="subsonic.org"
+ android:userVisible="true"
+ android:supportsUploading="false"
+ android:allowParallelSyncs="false"
+ android:isAlwaysSyncable="true"/>
\ No newline at end of file |