Changed behaviour of Activity when clicking the notification
This commit is contained in:
parent
bd15b03c64
commit
9d1a692d23
@ -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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user