aboutsummaryrefslogtreecommitdiff
path: root/res/xml/mostrecent_syncadapter.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-08 22:53:24 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-08 22:53:24 -0800
commit55b0dda7c4c553d8be47c01a92414c5cb968182f (patch)
treeacb30afc8f1d1ad8811613a88bf6ad0a6723b3c8 /res/xml/mostrecent_syncadapter.xml
parent2a0308f67749dcb00bbe80f644ab804f7d205b4c (diff)
downloaddsub-55b0dda7c4c553d8be47c01a92414c5cb968182f.tar.gz
dsub-55b0dda7c4c553d8be47c01a92414c5cb968182f.tar.bz2
dsub-55b0dda7c4c553d8be47c01a92414c5cb968182f.zip
#212, #204: Add stubs for new sync options
Diffstat (limited to 'res/xml/mostrecent_syncadapter.xml')
-rw-r--r--res/xml/mostrecent_syncadapter.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/mostrecent_syncadapter.xml b/res/xml/mostrecent_syncadapter.xml
new file mode 100644
index 00000000..9e76182a
--- /dev/null
+++ b/res/xml/mostrecent_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.mostrecent.provider"
+ android:accountType="subsonic.org"
+ android:userVisible="true"
+ android:supportsUploading="false"
+ android:allowParallelSyncs="false"
+ android:isAlwaysSyncable="true"/> \ No newline at end of file