[Android] Disable crash reporter by default
Geoffrey Métais
git at videolan.org
Fri Nov 15 09:51:47 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Nov 15 09:51:14 2019 +0100| [1c7807c3d636add5bbacdc0bdae3d468237266e1] | committer: Geoffrey Métais
Disable crash reporter by default
> https://code.videolan.org/videolan/vlc-android/commit/1c7807c3d636add5bbacdc0bdae3d468237266e1
---
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 a4295f6b3..4db25bb55 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -500,7 +500,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