mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Activities with intent filters are exported by default.
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".android.CrashReportActivity"
|
android:name=".android.CrashReportActivity"
|
||||||
android:logo="@drawable/logo"
|
android:logo="@drawable/logo"
|
||||||
android:label="@string/crash_report_title" >
|
android:label="@string/crash_report_title"
|
||||||
|
android:exported="false" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.briarproject.REPORT_CRASH" />
|
<action android:name="org.briarproject.REPORT_CRASH" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|||||||
Reference in New Issue
Block a user