Exclude global preferences from multitasking

Make global preferences activity live in its own task and exclude it from recent-navigation using long-press HOME
This commit is contained in:
Fiouz 2011-06-10 23:34:21 +02:00
parent b02a61c406
commit 1709cda540
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@
android:name="com.fsck.k9.activity.setup.Prefs"
android:label="@string/prefs_title"
android:configChanges="locale"
android:taskAffinity="com.fsck.k9.activity.setup.Prefs"
android:launchMode="singleTask"
android:excludeFromRecents="true"
>
</activity>
<activity