Changed behaviour of Activity when clicking the notification

This commit is contained in:
daniel 2012-06-05 21:39:51 +02:00
parent bd15b03c64
commit 9d1a692d23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<activity android:name="de.podfetcher.activity.ItemviewActivity"/>
<activity android:name="de.podfetcher.activity.DownloadActivity"
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.PlaybackService" />