aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-02-17 16:13:14 -0800
committerScott Jackson <daneren2005@gmail.com>2014-02-17 16:13:14 -0800
commit0fd52d5642d0d0ccf59c1a94ed6e4004024d4d30 (patch)
treed70a788c7931e33e4a0f9e6fa4ba3d2bf11af75e /AndroidManifest.xml
parent9ac411cec462c068622f4c40503686ba1984ca39 (diff)
downloaddsub-0fd52d5642d0d0ccf59c1a94ed6e4004024d4d30.tar.gz
dsub-0fd52d5642d0d0ccf59c1a94ed6e4004024d4d30.tar.bz2
dsub-0fd52d5642d0d0ccf59c1a94ed6e4004024d4d30.zip
There is no reason for DownloadService to exist as a interface, just causes pointless extra work
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 05ecfdd9..09935893 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -67,7 +67,7 @@
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
</activity>
- <service android:name="github.daneren2005.dsub.service.DownloadServiceImpl"
+ <service android:name=".service.DownloadService"
android:label="Subsonic Download Service"/>
<service android:name="github.daneren2005.dsub.service.sync.AuthenticatorService">
<intent-filter>