Skip to content
Snippets Groups Projects
Commit 42bf3aaf authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Disable crash reporter by default

(cherry picked from commit 1c7807c3)
parent fb105f84
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment