[Android] Disable crash reporter by default

Geoffrey Métais git at videolan.org
Fri Nov 15 09:52:07 CET 2019


vlc-android | branch: 3.2.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Nov 15 09:51:14 2019 +0100| [42bf3aafe65db772504b369795bb9613aadfdcf9] | committer: Geoffrey Métais

Disable crash reporter by default

(cherry picked from commit 1c7807c3d636add5bbacdc0bdae3d468237266e1)

> https://code.videolan.org/videolan/vlc-android/commit/42bf3aafe65db772504b369795bb9613aadfdcf9
---

 vlc-android/AndroidManifest.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index ebc64cd00..34aeee7d9 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -486,7 +486,8 @@
                 android:theme="@style/Theme.VLC.SendCrashDialog"
                 android:icon="@mipmap/ic_launcher_reporter"
                 android:launchMode="singleTask"
-                android:excludeFromRecents="true" >
+                android:excludeFromRecents="true"
+                android:enabled="false">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN"/>
 



More information about the Android mailing list