diff --git a/briar-android/AndroidManifest.xml b/briar-android/AndroidManifest.xml index 463f52c7ee352eab117221334ec1517cc07ec294..a17c8685ab2ea31c9ea4a109ab0de9bd5a7e02fd 100644 --- a/briar-android/AndroidManifest.xml +++ b/briar-android/AndroidManifest.xml @@ -32,7 +32,8 @@ <activity android:name=".android.CrashReportActivity" android:logo="@drawable/logo" - android:label="@string/crash_report_title" > + android:label="@string/crash_report_title" + android:exported="false" > <intent-filter> <action android:name="org.briarproject.REPORT_CRASH" /> <category android:name="android.intent.category.DEFAULT" />