Fixed Service starting process + Bugs

This commit is contained in:
Daniel Oeh
2011-12-29 13:05:32 +01:00
parent 5a9798680b
commit d1db888141
8 changed files with 93 additions and 12 deletions

View File

@ -26,7 +26,7 @@
<activity android:name="de.podfetcher.activity.FeedlistActivity"/>
<activity android:name="de.podfetcher.activity.AddFeedActivity"/>
<service android:enabled="true" android:name="de.podfetcher.service.DownloadService" />
<service android:enabled="true" android:name="de.podfetcher.service.DownloadService" />
<service android:enabled="true" android:name="de.podfetcher.service.FeedSyncService" >
<intent-filter>
<action android:name="action.de.podfetcher.storage.feed_download_completed"></action>