зеркало из https://github.com/mozilla/pjs.git
Bug 645799 - Hide the crash reporter from the recently used apps window [r=blassey]
This commit is contained in:
Родитель
ba82aff231
Коммит
41dd2b3901
|
@ -108,7 +108,8 @@
|
||||||
#if MOZ_CRASHREPORTER
|
#if MOZ_CRASHREPORTER
|
||||||
<activity android:name="CrashReporter"
|
<activity android:name="CrashReporter"
|
||||||
android:label="@string/crash_reporter_title"
|
android:label="@string/crash_reporter_title"
|
||||||
android:icon="@drawable/crash_reporter" >
|
android:icon="@drawable/crash_reporter"
|
||||||
|
android:excludeFromRecents="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.mozilla.gecko.reportCrash" />
|
<action android:name="org.mozilla.gecko.reportCrash" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче