1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

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

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