mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Changed behaviour of Activity when clicking the notification
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
<activity android:name="de.podfetcher.activity.ItemviewActivity"/>
|
<activity android:name="de.podfetcher.activity.ItemviewActivity"/>
|
||||||
<activity android:name="de.podfetcher.activity.DownloadActivity"
|
<activity android:name="de.podfetcher.activity.DownloadActivity"
|
||||||
android:label="@string/downloads_label"/>
|
android:label="@string/downloads_label"/>
|
||||||
<activity android:name="de.podfetcher.activity.MediaplayerActivity"/>
|
<activity android:name="de.podfetcher.activity.MediaplayerActivity" android:launchMode="singleTask"/>
|
||||||
|
|
||||||
<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.PlaybackService" />
|
<service android:enabled="true" android:name="de.podfetcher.service.PlaybackService" />
|
||||||
|
|||||||
Reference in New Issue
Block a user