aboutsummaryrefslogtreecommitdiff
path: root/res/xml/playlists_syncadapter.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-08-29 20:48:46 -0700
committerScott Jackson <daneren2005@gmail.com>2013-08-29 20:48:46 -0700
commitd96760a8dc86483c631c0bef721c5807a0908d69 (patch)
tree43633ab29187302b9214467f4aeabd6d594126e6 /res/xml/playlists_syncadapter.xml
parent413a21d8e12c69f6c859e34b8336524b01c01402 (diff)
downloaddsub-d96760a8dc86483c631c0bef721c5807a0908d69.tar.gz
dsub-d96760a8dc86483c631c0bef721c5807a0908d69.tar.bz2
dsub-d96760a8dc86483c631c0bef721c5807a0908d69.zip
Separated into Playlist/Podcast sync adapters
Diffstat (limited to 'res/xml/playlists_syncadapter.xml')
-rw-r--r--res/xml/playlists_syncadapter.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/playlists_syncadapter.xml b/res/xml/playlists_syncadapter.xml
new file mode 100644
index 00000000..418f3f49
--- /dev/null
+++ b/res/xml/playlists_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.playlists.provider"
+ android:accountType="subsonic.org"
+ android:userVisible="true"
+ android:supportsUploading="false"
+ android:allowParallelSyncs="false"
+ android:isAlwaysSyncable="true"/> \ No newline at end of file