aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-12-08 22:28:16 -0800
committerScott Jackson <daneren2005@gmail.com>2013-12-08 22:28:16 -0800
commit2a0308f67749dcb00bbe80f644ab804f7d205b4c (patch)
tree4786e2b27923d4084673423a24f764659320958f /AndroidManifest.xml
parent576d14788bee3e3b6a3eadca3455a385ddce31e4 (diff)
downloaddsub-2a0308f67749dcb00bbe80f644ab804f7d205b4c.tar.gz
dsub-2a0308f67749dcb00bbe80f644ab804f7d205b4c.tar.bz2
dsub-2a0308f67749dcb00bbe80f644ab804f7d205b4c.zip
Moved sync providers to providers/
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 5ccc5e0e..0c76e0b7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -152,12 +152,12 @@
<provider android:name="github.daneren2005.dsub.provider.DSubSearchProvider"
android:authorities="github.daneren2005.dsub.provider.DSubSearchProvider"/>
- <provider android:name=".service.sync.PlaylistStubProvider"
+ <provider android:name="github.daneren2005.dsub.provider.PlaylistStubProvider"
android:authorities="github.daneren2005.dsub.playlists.provider"
android:label="Playlists"
android:exported="false"
android:syncable="true"/>
- <provider android:name=".service.sync.PodcastStubProvider"
+ <provider android:name="github.daneren2005.dsub.provider.PodcastStubProvider"
android:authorities="github.daneren2005.dsub.podcasts.provider"
android:label="Podcasts"
android:exported="false"