[Android] Set SendCrashActivity singleTask
Geoffrey Métais
git at videolan.org
Thu Aug 8 13:54:06 CEST 2019
vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Aug 7 12:06:19 2019 +0200| [1e5573fd1a2456ebe3f34c13aab06d3b933bf5d5] | committer: Geoffrey Métais
Set SendCrashActivity singleTask
(cherry picked from commit 6df325430cc44d6c2b839e58aeaefb1b629e4d66)
> https://code.videolan.org/videolan/vlc-android/commit/1e5573fd1a2456ebe3f34c13aab06d3b933bf5d5
---
vlc-android/AndroidManifest.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 4733cc20e..ce8bd2383 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -484,7 +484,9 @@
android:name=".gui.SendCrashActivity"
android:label="@string/vlc_reporter"
android:theme="@style/Theme.VLC.SendCrashDialog"
- android:icon="@mipmap/ic_launcher_reporter">
+ android:icon="@mipmap/ic_launcher_reporter"
+ android:launchMode="singleTask"
+ android:excludeFromRecents="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
More information about the Android
mailing list