diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-08-29 20:48:46 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-08-29 20:48:46 -0700 |
commit | d96760a8dc86483c631c0bef721c5807a0908d69 (patch) | |
tree | 43633ab29187302b9214467f4aeabd6d594126e6 /res/xml | |
parent | 413a21d8e12c69f6c859e34b8336524b01c01402 (diff) | |
download | dsub-d96760a8dc86483c631c0bef721c5807a0908d69.tar.gz dsub-d96760a8dc86483c631c0bef721c5807a0908d69.tar.bz2 dsub-d96760a8dc86483c631c0bef721c5807a0908d69.zip |
Separated into Playlist/Podcast sync adapters
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/playlists_syncadapter.xml | 8 | ||||
-rw-r--r-- | res/xml/podcasts_syncadapter.xml (renamed from res/xml/syncadapter.xml) | 2 |
2 files changed, 9 insertions, 1 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 diff --git a/res/xml/syncadapter.xml b/res/xml/podcasts_syncadapter.xml index da7b85f7..21f421f6 100644 --- a/res/xml/syncadapter.xml +++ b/res/xml/podcasts_syncadapter.xml @@ -1,6 +1,6 @@ <?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:contentAuthority="github.daneren2005.dsub.podcasts.provider"
android:accountType="subsonic.org"
android:userVisible="true"
android:supportsUploading="false"
|