mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Activities with intent filters are exported by default.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user