[Android] Set SendCrashActivity singleTask
Geoffrey Métais
git at videolan.org
Wed Aug 7 14:09:02 CEST 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Aug 7 12:06:19 2019 +0200| [6df325430cc44d6c2b839e58aeaefb1b629e4d66] | committer: Geoffrey Métais
Set SendCrashActivity singleTask
> https://code.videolan.org/videolan/vlc-android/commit/6df325430cc44d6c2b839e58aeaefb1b629e4d66
---
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