aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-08-29 21:57:17 -0700
committerScott Jackson <daneren2005@gmail.com>2013-08-29 21:57:17 -0700
commitedaa382b8a37954fd10f47c50066ae718bd21428 (patch)
tree346a080301f9981950bf4e26e2c46eba9f751ce5 /AndroidManifest.xml
parent725eb7a4cf75a263a2515c5f90c28cf8aa201df2 (diff)
downloaddsub-edaa382b8a37954fd10f47c50066ae718bd21428.tar.gz
dsub-edaa382b8a37954fd10f47c50066ae718bd21428.tar.bz2
dsub-edaa382b8a37954fd10f47c50066ae718bd21428.zip
Apparently each sync adapter needs its own empty stub
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dacb617a..2e96d2ca 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -168,12 +168,12 @@
<provider android:name="github.daneren2005.dsub.provider.DSubSearchProvider"
android:authorities="github.daneren2005.dsub.provider.DSubSearchProvider"/>
- <provider android:name="github.daneren2005.dsub.service.sync.StubProvider"
+ <provider android:name=".service.sync.PlaylistStubProvider"
android:authorities="github.daneren2005.dsub.playlists.provider"
android:label="Playlists"
android:exported="false"
android:syncable="true"/>
- <provider android:name="github.daneren2005.dsub.service.sync.StubProvider"
+ <provider android:name=".service.sync.PodcastStubProvider"
android:authorities="github.daneren2005.dsub.podcasts.provider"
android:label="Podcasts"
android:exported="false"