Bug 645799 - Hide the crash reporter from the recently used apps window [r=blassey]

This commit is contained in:
Mark Finkle 2011-09-30 14:37:19 -04:00
Родитель ba82aff231
Коммит 41dd2b3901
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -106,9 +106,10 @@
</activity>
#if MOZ_CRASHREPORTER
<activity android:name="CrashReporter"
android:label="@string/crash_reporter_title"
android:icon="@drawable/crash_reporter" >
<activity android:name="CrashReporter"
android:label="@string/crash_reporter_title"
android:icon="@drawable/crash_reporter"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="org.mozilla.gecko.reportCrash" />
</intent-filter>