From 27bdbbb7959eb30aa0143f7d40e25e966eb1d0c4 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Fri, 12 Apr 2013 11:12:51 +0200 Subject: [PATCH] Set launchMode of AudioplayerActivity to "singleTop" --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 002eac453..4475abef9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -75,7 +75,7 @@ android:label="@string/downloads_label" /> + android:launchMode="singleTop" >