зеркало из 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
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче