Bug 690705 - Don't put the restart helper activity in the recent list [r=blassey]

This commit is contained in:
James Willcox 2011-09-30 08:08:00 -04:00
Родитель 714e2a22ce
Коммит 338fe71a0e
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -99,7 +99,8 @@
<activity android:name="Restarter"
android:process="@ANDROID_PACKAGE_NAME@Restarter"
android:theme="@style/GreyTheme">
android:theme="@style/GreyTheme"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="org.mozilla.gecko.restart"/>
</intent-filter>