Activities with intent filters are exported by default.

This commit is contained in:
akwizgran
2014-05-28 11:34:58 +01:00
parent 586a0c468f
commit 8dc0cf2c46

View File

@@ -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" />