mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Fixed Service starting process + Bugs
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user