mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05: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:
parent
b02a61c406
commit
1709cda540
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user