Set launchMode of AudioplayerActivity to "singleTop"

This commit is contained in:
daniel oeh 2013-04-12 11:12:51 +02:00
parent 0aa18de36c
commit 27bdbbb795
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
android:label="@string/downloads_label" />
<activity
android:name=".activity.AudioplayerActivity"
android:launchMode="standard" >
android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />